Skip to content

Commit 003949e

Browse files
authored
Merge pull request #14 from dgtlmoon/dependabot/github_actions/all-bf940bc907
Bump docker/build-push-action from 5 to 6 in the all group
2 parents c020397 + 25fe54b commit 003949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
driver-opts: image=moby/buildkit:master
5656
- name: Build container for test
5757
id: docker_build
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: ./
6161
file: ./Dockerfile
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build and push :latest
106106
id: docker_build
107107
if: ${{ github.ref }} == "refs/heads/master"
108-
uses: docker/build-push-action@v5
108+
uses: docker/build-push-action@v6
109109
with:
110110
context: ./
111111
file: ./Dockerfile

0 commit comments

Comments
 (0)