Skip to content

Commit

Permalink
Merge pull request #472 from OpenConext/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
oharsta authored Jan 16, 2025
2 parents 9ef444f + bf11e04 commit 471e95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Build and push the manage gui image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: manage-gui
file: manage-gui/docker/Dockerfile
Expand All @@ -132,7 +132,7 @@ jobs:
labels: ${{ steps.meta_gui.outputs.labels }}

- name: Build and push the manage server image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: manage-server
file: manage-server/docker/Dockerfile
Expand Down

0 comments on commit 471e95c

Please sign in to comment.