ci(docker): fix version starting with v
prefix
This commit is contained in:
parent
411017198e
commit
3432cadd4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
REF: ${{ github.event.release.tag_name }}
|
REF: ${{ github.event.release.tag_name }}
|
||||||
run: |
|
run: |
|
||||||
sed -i "s/ 'version' => 'canary',/ 'version' => '${REF}',/" config/app.php
|
sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:1}',/" config/app.php
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|
Loading…
Reference in a new issue