Skip to content

Commit c1540f8

Browse files
authored
Merge pull request #28 from CCPBioSim/dependabot/github_actions/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.19.2 to 7.0.0
2 parents fa54066 + 18b8067 commit c1540f8

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Build and push by digest
5454
if: github.event_name == 'pull_request'
55-
uses: docker/build-push-action@v6.19.2
55+
uses: docker/build-push-action@v7.0.0
5656
with:
5757
build-args: |
5858
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build and push by digest
8484
if: github.event_name != 'pull_request'
8585
id: build
86-
uses: docker/build-push-action@v6.19.2
86+
uses: docker/build-push-action@v7.0.0
8787
with:
8888
build-args: |
8989
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}

0 commit comments

Comments
 (0)