Skip to content

Commit 83abc81

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9778890 commit 83abc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
password: ${{ secrets.GITHUB_TOKEN }}
169169

170170
- name: Build and Push Docker Image to GitHub
171-
uses: docker/build-push-action@v6
171+
uses: docker/build-push-action@v7
172172
with:
173173
context: .
174174
file: Dockerfile

0 commit comments

Comments
 (0)