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 f80b989 commit 3dfd558Copy full SHA for 3dfd558
1 file changed
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
type=sha,prefix=dev-,enable=${{ github.ref == 'refs/heads/dev' }}
127
type=raw,value=dev-latest,enable=${{ github.ref == 'refs/heads/dev' }}
128
129
- - uses: docker/build-push-action@263435318d21b8e681c14492fe198e19c816612b # v6.18.0
+ - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
130
with:
131
context: .
132
push: true
0 commit comments