Skip to content

Commit

Permalink
Merge pull request #35 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 Jul 22, 2024
2 parents 86c4b12 + b7e7094 commit 8b78429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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: app/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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:
DOMAIN: cloud.denbi.de
SETTINGS: djfront.settings_production
Expand Down

0 comments on commit 8b78429

Please sign in to comment.