mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
ci(docker): fix version starting with v
prefix
This commit is contained in:
parent
411017198e
commit
3432cadd4a
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…
x
Reference in New Issue
Block a user