We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f89ef1 commit 00c02f3Copy full SHA for 00c02f3
.github/workflows/build-xemu-win64-toolchain.yml
@@ -44,7 +44,7 @@ jobs:
44
username: ${{ github.actor }}
45
password: ${{ secrets.GITHUB_TOKEN }}
46
- name: Build and push image
47
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v5
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v5
48
with:
49
context: ubuntu-win64-cross
50
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
0 commit comments