We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0d9e7 commit ee6e0a5Copy full SHA for ee6e0a5
2 files changed
.github/workflows/integration_tests.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: aws-actions/amazon-ecr-login@v1
26
- name: Set ECR image tag
27
id: image-tag
28
- run: echo '::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`'
+ run: echo "::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`"
29
- name: Build and push
30
env:
31
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
.github/workflows/pr_integration_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments