Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/robvanderleek/crea…
Browse files Browse the repository at this point in the history
…te-issue-branch-09a5e623b703e02465fb8ff3fe46653b6aa59994
  • Loading branch information
mrfh92 authored Jul 1, 2024
2 parents 33c6be7 + 543fff9 commit a7fba04
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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
file: docker/Dockerfile.release
build-args: |
Expand Down

0 comments on commit a7fba04

Please sign in to comment.