We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4889e6c commit 1d9fbfaCopy full SHA for 1d9fbfa
2 files changed
.github/workflows/docker-build-push-unstable.yml
@@ -43,7 +43,7 @@ jobs:
43
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}
44
45
- name: Build docker image and push
46
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
47
with:
48
context: .
49
push: true
.github/workflows/docker-build-push.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments