Skip to content

Commit 1556f1c

Browse files
authored
Merge pull request #33 from CCPBioSim/dependabot/github_actions/docker/build-push-action-7.1.0
Bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents d263b1f + dfe8e63 commit 1556f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Build and push by digest
5353
if: github.event_name == 'pull_request'
54-
uses: docker/build-push-action@v7.0.0
54+
uses: docker/build-push-action@v7.1.0
5555
with:
5656
build-args: TARGETPLATFORM=${{ matrix.platform }}
5757
file: ./docker/Dockerfile
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build and push by digest
8181
if: github.event_name != 'pull_request'
8282
id: build
83-
uses: docker/build-push-action@v7.0.0
83+
uses: docker/build-push-action@v7.1.0
8484
with:
8585
build-args: TARGETPLATFORM=${{ matrix.platform }}
8686
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)