Skip to content

Commit d3cb02c

Browse files
Bump docker/build-push-action from 6.6.1 to 6.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.6.1...v6.7.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 a5ab895 commit d3cb02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
- name: Build and push
61-
uses: docker/build-push-action@v6.6.1
61+
uses: docker/build-push-action@v6.7.0
6262
with:
6363
push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
6464
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)