We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b724933 commit 3fe4a03Copy full SHA for 3fe4a03
.github/workflows/build-full-environment.yml
@@ -17,10 +17,6 @@ on:
17
- "terraform/**"
18
- "!**/README.md"
19
workflow_dispatch:
20
- inputs:
21
- TAG:
22
- type: string
23
- description: Additional tag to add to built images
24
25
jobs:
26
node-build:
.github/workflows/terragrunt-deploy.yml
@@ -137,6 +137,7 @@ jobs:
137
IMAGE="${{ secrets.ECR_TARGET_ACCOUNT_ID }}.dkr.ecr.ca-central-1.amazonaws.com/nr-bcws-wfprev-wfprev-gdb-extractor:latest"
138
docker pull $IMAGE
139
echo "GDB_EXTRACTOR_IMAGE=$(docker inspect --format='{{index .RepoDigests 0}}' $IMAGE)" >> $GITHUB_OUTPUT
140
+ aws s3 ls
141
142
- name: Configure AWS credentials for Terraform account (DEV/TEST/PROD)
143
uses: aws-actions/configure-aws-credentials@v2
0 commit comments