Skip to content

Commit

Permalink
Dépendance et checkout de la ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 26, 2023
1 parent c150fa5 commit e2dc9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.release-version || github.ref }}
submodules: true
- uses: docker/setup-buildx-action@v3
- run: cp stylo-example.env stylo.env
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
with:
release-version: ${{ inputs.version }}
secrets: inherit
needs: [release]

0 comments on commit e2dc9c3

Please sign in to comment.