Skip to content

Commit

Permalink
Upload image to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
dardanx committed Nov 7, 2024
1 parent c5875bb commit 3e05fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
ECR_REGISTRY: 925061584404.dkr.ecr.eu-north-1.amazonaws.com
ECR_REPOSITORY: rbal
IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: ${{ github.ref_name }}-${{ github.sha }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 3e05fb9

Please sign in to comment.