Skip to content

Commit

Permalink
Merge pull request #44 from deNBI/deps/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update docker/build-push-action action to v6
  • Loading branch information
dweinholz authored Jun 19, 2024
2 parents 0ddb5df + 7ed5b10 commit 7bac018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: true
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
BASE_TAG: ${{ steps.get_version.outputs.VERSION }}
with:
Expand Down

0 comments on commit 7bac018

Please sign in to comment.