Skip to content

Commit 19b2ee7

Browse files
authored
Merge pull request #33 from Tverous/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 32bd833 + af3c58f commit 19b2ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build and push base image
2929
id: docker_build_base
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: ./
3333
file: ./base.dockerfile
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build and push devel image
3838
id: docker_build_devel
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: ./
4242
file: ./base-devel.dockerfile

0 commit comments

Comments
 (0)