We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedee36 commit 097a1f2Copy full SHA for 097a1f2
.github/workflows/ecr_sagemaker_publish.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
persist-credentials: false
38
39
- - run: echo "Is Release Candidate: $IS_RC"
+ - run: echo "Is Release Candidate:$IS_RC"
40
41
- name: Set up QEMU
42
uses: docker/setup-qemu-action@master
@@ -69,4 +69,4 @@ jobs:
69
cache-from: type=gha
70
cache-to: type=gha,mode=max
71
push: true
72
- tags: 064852979926.dkr.ecr.us-east-1.amazonaws.com/gr-sagemaker-validator-images-prod:restrict2topic-rc
+ tags: 064852979926.dkr.ecr.us-east-1.amazonaws.com/gr-sagemaker-validator-images-prod:restrict2topic-rc
0 commit comments