We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c110d commit 6de60b8Copy full SHA for 6de60b8
.github/workflows/aws-role-test.yaml
@@ -42,6 +42,8 @@ jobs:
42
IMAGE_TAG: ${{ env.IMAGE_TAG }}
43
run:
44
echo "TAG IS $REGISTRY$REPOSITORY:$IMAGE_TAG"
45
+ docker build -t $REGISTRY$REPOSITORY:$IMAGE_TAG .
46
+ docker push $REGISTRY$REPOSITORY:$IMAGE_TAG
47
48
49
- name: TEST ECR Access
0 commit comments