Skip to content

Commit 1f1ba8d

Browse files
authored
Merge pull request #45 from CCPBioSim/dependabot/github_actions/docker/build-push-action-7.3.0
Bump docker/build-push-action from 7.2.0 to 7.3.0
2 parents cc0b409 + 1e09db8 commit 1f1ba8d

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@v7.2.0
55+
uses: docker/build-push-action@v7.3.0
5656
with:
5757
build-args: |
5858
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build and push by digest
8383
if: github.event_name != 'pull_request'
8484
id: build
85-
uses: docker/build-push-action@v7.2.0
85+
uses: docker/build-push-action@v7.3.0
8686
with:
8787
build-args: |
8888
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}

0 commit comments

Comments
 (0)