We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8be2c commit 2ebcde9Copy full SHA for 2ebcde9
.github/workflows/continuous-delivery.yml
@@ -56,3 +56,5 @@ jobs:
56
docker tag ${AWS_ECR_REGISTRY}/gotenberg-fulll:${TAG_NAME}-cloudrun ${AWS_ECR_REGISTRY}/gotenberg-fulll:latest
57
docker push ${AWS_ECR_REGISTRY}/gotenberg-fulll:${TAG_NAME}-cloudrun
58
docker push ${AWS_ECR_REGISTRY}/gotenberg-fulll:latest
59
+ env:
60
+ AWS_ECR_REGISTRY: ${{ secrets.AWS_ECR_REGISTRY }}
0 commit comments