Skip to content

Commit

Permalink
GCP-release: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lunwang-ttd committed Nov 8, 2023
1 parent a26bfb5 commit 5345e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Generate GCP deployment artifacts
env:
IMAGE: ${{ env.GCP_REGISTRY }}/${{ env.GCP_GAR_PROJECT }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
IMAGE_DIGET: ${{ steps.push-to-docker.outputs.digest }}
IMAGE_DIGEST: ${{ steps.push-to-docker.outputs.digest }}
OUTPUT_DIR: ${{ env.ARTIFACTS_OUTPUT_DIR }}
run: |
bash ./scripts/gcp-oidc/generate-deployment-artifacts.sh
Expand Down

0 comments on commit 5345e0a

Please sign in to comment.