Skip to content

Commit 18b8067

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a140356 commit 18b8067

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)