We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cee654 commit d603887Copy full SHA for d603887
.github/workflows/docker.yaml
@@ -41,7 +41,7 @@ jobs:
41
registry: ghcr.io
42
username: ${{ github.actor }}
43
password: ${{ secrets.GITHUB_TOKEN }}
44
- - uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
+ - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
45
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
46
id: build
47
with:
0 commit comments