Skip to content

Commit 8df9e4b

Browse files
Bump docker/build-push-action from 6.7.0 to 6.11.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.11.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...b32b51a) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0dc22a9 commit 8df9e4b

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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build and push Docker image
101101
#if: github.event_name != 'pull_request'
102102
id: build-and-push
103-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
103+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
104104
with:
105105
context: .
106106
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)