Skip to content

Commit 8c55d8d

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 37e2b17 commit 8c55d8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Build and export to Docker
90-
uses: docker/build-push-action@v6.19.2
90+
uses: docker/build-push-action@v7.0.0
9191
with:
9292
context: .
9393
file: ./container/Dockerfile
@@ -100,7 +100,7 @@ jobs:
100100
docker run --rm ${{ env.TESTIMAGE }} measure
101101
102102
- name: Build and push
103-
uses: docker/build-push-action@v6.19.2
103+
uses: docker/build-push-action@v7.0.0
104104
if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }}
105105
with:
106106
context: .

0 commit comments

Comments
 (0)