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 9957332 commit eb32444Copy full SHA for eb32444
1 file changed
.github/workflows/oci-ci.yaml
@@ -86,7 +86,7 @@ jobs:
86
run: docker compose run --rm ${{ inputs.docker-compose-service }} build VERBOSE=all ENVIRONMENT=${{ inputs.environment }} OCI_TAG_SUFFIX_USER="${{ inputs.tags }}"
87
- name: Autenticate with GCP
88
if: ${{ inputs.publish }}
89
- uses: "google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b" # pin@v2.1.9
+ uses: "google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193" # pin@v2.1.10
90
with:
91
workload_identity_provider: ${{ inputs.workload_identity_provider }}
92
service_account: ${{ inputs.service_account }}
0 commit comments