We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a2f90 + 75fadc0 commit c9f2a0cCopy full SHA for c9f2a0c
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
username: ${{ github.repository_owner }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
- name: Build image
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
tags: |
33
ghcr.io/${{ github.repository }}:${{ matrix.tag }}-latest
0 commit comments