Skip to content

Commit d890d3d

Browse files
Bump docker/build-push-action from 6.17.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 028d8ac commit d890d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.17.0
90+
uses: docker/build-push-action@v6.18.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.17.0
103+
uses: docker/build-push-action@v6.18.0
104104
if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }}
105105
with:
106106
context: .

0 commit comments

Comments
 (0)