We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c22d0 + e717551 commit 05c5c71Copy full SHA for 05c5c71
.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@ca877d9245402d1537745e0e356eab47c3520991 # v6
+ - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
35
with:
36
context: .
37
tags: ${{secrets.GAR_DOCKER_REGISTRY}}/${{env.project}}:${{github.sha}}
0 commit comments