Skip to content

Commit

Permalink
docker: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2024
1 parent 9adc718 commit 3849cdb
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,{% if startsWith(github.event.ref, 'refs/tags/v') %}jdxcode/mise:${{ github.ref_name }}{% endif %}
tags: jdxcode/mise:latest,jdxcode/mise:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3849cdb

Please sign in to comment.