Skip to content

Commit 9f21a7f

Browse files
Bump docker/build-push-action from 6.13.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.14.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc8e382 commit 9f21a7f

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

0 commit comments

Comments
 (0)