Skip to content

Commit

Permalink
Merge pull request #1662 from helmholtz-analytics/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/docker/build-push-action-6.9.0

build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0
  • Loading branch information
mrfh92 authored Oct 7, 2024
2 parents e1a36a7 + 7e13018 commit 0af5523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
file: docker/Dockerfile.release
build-args: |
Expand All @@ -65,7 +65,7 @@ jobs:
docker run -v `pwd`:`pwd` -w `pwd` --rm test_${{ inputs.name }} pytest
-
name: Build and push
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
file: docker/Dockerfile.release
build-args: |
Expand Down

0 comments on commit 0af5523

Please sign in to comment.