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.
2 parents 4ea405d + 60ba749 commit f363579Copy full SHA for f363579
.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@v5
+ uses: docker/build-push-action@v6
34
with:
35
context: container-example
36
push: true
0 commit comments