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 authored Nov 13, 2024
1 parent 6f157a9 commit b1b96b4
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/action-gh-release@v2.1.0
Expand Down

0 comments on commit b1b96b4

Please sign in to comment.