Skip to content

Commit

Permalink
debug-2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelxswe committed Apr 2, 2024
1 parent e08a79f commit cd7f699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,9 @@ jobs:
ECR_REPOSITORY: test
IMAGE_TAG: latest
run: |
# IMAGE_URI="${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}"
echo $ECR_REGISTRY
ehco $ECR_REPOSITORY
echo $IMAGE_TAG
# docker build -t $IMAGE_NAME .
# docker tag $IMAGE_NAME:$IMAGE_TAG $IMAGE_URI
# docker push $IMAGE_URI
# run: |
# ECR_REPOSITORY=test
Expand All @@ -131,3 +127,7 @@ jobs:
# docker build -t $IMAGE_NAME .
# docker tag $IMAGE_NAME:$IMAGE_TAG $IMAGE_URI
# docker push $IMAGE_URI
# IMAGE_URI="${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}"
# docker build -t $IMAGE_NAME .
# docker tag $IMAGE_NAME:$IMAGE_TAG $IMAGE_URI
# docker push $IMAGE_URI

0 comments on commit cd7f699

Please sign in to comment.