diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index eb4954b..23d8bb0 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -48,7 +48,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - - name: Build and push Docker image to Ducker Hub + - name: Build and push Docker image to Docker Hub uses: docker/build-push-action@v5 with: context: . @@ -65,6 +65,6 @@ jobs: push: true tags: | ghcr.io/${{ github.repository }}:${{ github.ref_name }} - labels: ${{ steps.meta.outputs.labels }} - build-args: | - GITHUB_REF_NAME=${{ github.ref_name }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + build-args: | + GITHUB_REF_NAME=${{ github.ref_name }} \ No newline at end of file