We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e21e59 + edaddba commit 68486a3Copy full SHA for 68486a3
.github/workflows/docker-build.yml
@@ -32,7 +32,7 @@ jobs:
32
password: ${{ secrets.DOCKER_PASSWORD }}
33
34
- name: Build and push Docker images
35
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
36
with:
37
push: true
38
tags: ${{ steps.meta.outputs.tags }}
0 commit comments