Skip to content

Commit 2ebcde9

Browse files
committed
ci: use credentials
1 parent be8be2c commit 2ebcde9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ jobs:
5656
docker tag ${AWS_ECR_REGISTRY}/gotenberg-fulll:${TAG_NAME}-cloudrun ${AWS_ECR_REGISTRY}/gotenberg-fulll:latest
5757
docker push ${AWS_ECR_REGISTRY}/gotenberg-fulll:${TAG_NAME}-cloudrun
5858
docker push ${AWS_ECR_REGISTRY}/gotenberg-fulll:latest
59+
env:
60+
AWS_ECR_REGISTRY: ${{ secrets.AWS_ECR_REGISTRY }}

0 commit comments

Comments
 (0)