diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index c5f0638..28cd8dc 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build and publish image to Quay - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v1 with: build_args: | VERSION=${{ steps.version.outputs.VERSION }}