We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7c001 commit e9c3268Copy full SHA for e9c3268
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
project_name: ${{env.project}}
32
environment: production
33
gar_docker_auth: true
34
- - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
+ - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
35
with:
36
context: .
37
tags: ${{secrets.GAR_DOCKER_REGISTRY}}/${{env.project}}:${{github.sha}}
0 commit comments