Skip to content

Commit

Permalink
Update the build image to include the latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksam07 committed Nov 28, 2024
1 parent e925445 commit 881d6c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.login-ecr.outputs.registry }}/${{ vars.ECR_REPOSITORY }}:${{ github.sha }}
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ vars.ECR_REPOSITORY }}:${{ github.sha }}
${{ steps.login-ecr.outputs.registry }}/${{ vars.ECR_REPOSITORY }}:latest
- name: Get the image digest
id: image-digest
Expand Down

0 comments on commit 881d6c7

Please sign in to comment.