Skip to content

Commit

Permalink
feat(github): add latest tag on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jun 25, 2023
1 parent 8306be1 commit 91b977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
context: .
push: true
platforms: linux/amd64
tags: ${{ env.USER }}/${{ env.REPO }}:${{ steps.appVersion.outputs.version }}
tags: ${{ env.USER }}/${{ env.REPO }}:${{ steps.appVersion.outputs.version }},${{ env.USER }}/${{ env.REPO }}:latest

- name: Update Docker registry description
uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit 91b977a

Please sign in to comment.