Skip to content

Commit 1c074f7

Browse files
dependabot[bot]captn3m0
authored andcommitted
Bump docker/build-push-action from 5.0.0 to 6.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0565240...16ebe77) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b608a28 commit 1c074f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/build-push-action
5858
- name: Build and push Docker image
5959
id: build-and-push
60-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
60+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
6161
with:
6262
context: .
6363
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)