We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087303b commit a4c8191Copy full SHA for a4c8191
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
username: ${{ github.actor }}
21
password: ${{ secrets.GITHUB_TOKEN }}
22
- name: Build container image
23
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
24
with:
25
push: true
26
build-args: |
0 commit comments