Browse Source
deploy-development.yml: set release number for testing
will be disabled after testing
pull/778/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.github/workflows/deploy-development.yml
|
|
@ -28,6 +28,9 @@ jobs: |
|
|
|
username: ${{ github.actor }} |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Set environment variables |
|
|
|
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
with: |
|
|
|