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.
2 parents 8df44b3 + d964e1d commit 028921bCopy full SHA for 028921b
.github/workflows/docker.yml
@@ -25,6 +25,12 @@ jobs:
25
registry: ghcr.io
26
username: ${{ github.repository_owner }}
27
password: ${{ secrets.REGISTRY_TOKEN }}
28
+ - name: Bump Version
29
+ if: "!contains(github.ref, 'develop')"
30
+ env:
31
+ REF: ${{ github.ref }}
32
+ run: |
33
+ sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:11}',/" config/app.php
34
- name: Release Production Build
35
uses: docker/build-push-action@v2
36
if: "!contains(github.ref, 'develop')"
0 commit comments