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.
1 parent 7029151 commit 7a99ffaCopy full SHA for 7a99ffa
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
registry: ghcr.io
58
username: ${{ github.actor }}
59
password: ${{ secrets.GITHUB_TOKEN }}
60
- - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
+ - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
61
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
62
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
63
env:
0 commit comments