We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v
1 parent 4110171 commit 3432cadCopy full SHA for 3432cad
.github/workflows/docker.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
REF: ${{ github.event.release.tag_name }}
54
run: |
55
- sed -i "s/ 'version' => 'canary',/ 'version' => '${REF}',/" config/app.php
+ sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:1}',/" config/app.php
56
57
- name: Build and Push
58
uses: docker/build-push-action@v3
0 commit comments