Skip to content

Commit

Permalink
update image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
toelke committed May 2, 2024
1 parent b7eae6f commit 91603f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
build-args: |
VERSION=${{ steps.version.outputs.VERSION }}
Expand Down

0 comments on commit 91603f8

Please sign in to comment.