We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a17011 + 2082209 commit b3b2582Copy full SHA for b3b2582
1 file changed
.github/workflows/docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_TOKEN }}
32
- name: Build and push
33
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
34
with:
35
context: container-example
36
push: true
0 commit comments