We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd9857 commit dd53507Copy full SHA for dd53507
.github/workflows/build-ci-docker.yml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Build and push Docker image
33
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
34
with:
35
context: .
36
push: true
0 commit comments