Skip to content

Commit 08a46c4

Browse files
committed
docker/build-push-action: update to the latest version
v2 uses outdated nodejs
1 parent 7c24697 commit 08a46c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build and push
2424
id: docker_build_push
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v6
2626
with:
2727
push: true
2828
tags: ${{ env.DOCKER_IMAGE }}:latest

0 commit comments

Comments
 (0)