Skip to content

Commit

Permalink
🔧 Set the latest tag for the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Sep 27, 2024
1 parent 80f8acb commit a14060b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: ${{ steps.docker-image.outputs.image }}:${{ github.sha }}
tags: |
${{ steps.docker-image.outputs.image }}:latest
${{ steps.docker-image.outputs.image }}:${{ github.sha }}
- name: Deploy to CodeDeploy
run: |
Expand Down

0 comments on commit a14060b

Please sign in to comment.