Skip to content

Commit

Permalink
Merge pull request #372 from danskernesdigitalebibliotek/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
ITViking authored Jul 16, 2024
2 parents fe6144a + e52c9da commit 5528738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dplsh-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# run som tests on the image, while still avoiding to have to rebuild the
# image when we do the final build.
- name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: tools/dplsh
load: true
Expand All @@ -80,7 +80,7 @@ jobs:
working-directory: tools/dplsh

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: tools/dplsh
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5528738

Please sign in to comment.