Skip to content

Commit fedad89

Browse files
chore(deps): bump docker/build-push-action in the github-action group (#111)
Bumps the github-action group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.16.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.16.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 dependency-group: github-action ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f897cce commit fedad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4545
- name: Build and push Docker image
4646
id: push
47-
uses: docker/build-push-action@v6.16.0
47+
uses: docker/build-push-action@v6.18.0
4848
with:
4949
context: .
5050
push: true

0 commit comments

Comments
 (0)