Skip to content

Commit

Permalink
tag version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2024
1 parent 2cd8ad5 commit fda1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: jdxcode/mise:latest
tags: jdxcode/mise:latest,{% if startsWith(github.ref, 'refs/tags/v') %}jdxcode/mise:{{ github.ref_name }}{% endif %}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fda1be6

Please sign in to comment.