diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4cde3ad..b4d26f1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,4 +33,4 @@ jobs: - name: build and push run: | - make docker-buildx docker-push IMG=ghcr.io/${{ github.actor }}/${{ github.repository }}:${{ vars.VERSION }} \ No newline at end of file + make docker-buildx IMG=ghcr.io/${{ github.actor }}/${{ github.repository }}:${{ vars.VERSION }} \ No newline at end of file