We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e21497 commit 3254f7cCopy full SHA for 3254f7c
.github/workflows/docker-develop.yml
@@ -37,7 +37,7 @@ jobs:
37
password: ${{ secrets.DOCKER_PASSWORD }}
38
- name: Build and push by digest
39
id: build
40
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
41
with:
42
context: .
43
push: true
.github/workflows/docker.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Build and Push to Docker Hub
50
51
52
53
54
0 commit comments