Skip to content

Commit

Permalink
Adding latest as tag for practicality usage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 13, 2024
1 parent 6f157a9 commit 06df6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.REGISTRY }}
image: ${{ env.IMAGE_NAME }}
tags: ${{ steps.get_tag.outputs.version }}
tags: ${{ steps.get_tag.outputs.version }} latest
- name: Create release
id: create_release
uses: softprops/[email protected]
Expand Down

0 comments on commit 06df6c3

Please sign in to comment.