Skip to content

Commit

Permalink
Ajout du prefixe v pour les tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 26, 2023
1 parent f76c351 commit 808ec09
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 @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.release-version || github.ref }}
ref: ${{ (inputs.release-version && format('v{0}', inputs.release-version)) || github.ref }}
submodules: true
- uses: docker/setup-buildx-action@v3
- run: cp stylo-example.env stylo.env
Expand Down

0 comments on commit 808ec09

Please sign in to comment.