We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c24697 commit 08a46c4Copy full SHA for 08a46c4
.github/workflows/docker_auto.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Build and push
24
id: docker_build_push
25
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
26
with:
27
push: true
28
tags: ${{ env.DOCKER_IMAGE }}:latest
0 commit comments