Skip to content

Commit 49e3ea0

Browse files
Bump docker/build-push-action from 6.10.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@48aba3b...0adf995) --- 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 cd7369a commit 49e3ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
images: ${{ env.REGISTRY }}/${{ github.repository }}
3939

4040
- name: Build Docker Image and Push to Container Registry
41-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
41+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
4242
with:
4343
context: .
4444
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)