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.
1 parent a2970cd commit e763c72Copy full SHA for e763c72
.github/workflows/docker.yaml
@@ -49,8 +49,10 @@ jobs:
49
50
- name: Update version
51
if: "github.event_name == 'release' && github.event.action == 'published'"
52
+ env:
53
+ REF: ${{ github.event.release.tag_name }}
54
run: |
- sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:11}',/" config/app.php
55
+ sed -i "s/ 'version' => 'canary',/ 'version' => '${REF}',/" config/app.php
56
57
- name: Build and Push
58
uses: docker/build-push-action@v3
0 commit comments