1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00

ci(docker): fix version starting with v prefix

This commit is contained in:
Matthew Penner 2022-12-05 15:43:10 -07:00
parent 411017198e
commit 3432cadd4a
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ jobs:
env:
REF: ${{ github.event.release.tag_name }}
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
uses: docker/build-push-action@v3