deploy-development.yml: set release number for testing

will be disabled after testing
This commit is contained in:
Philip H 2024-01-19 08:09:28 +01:00 committed by GitHub
parent 85cf905bfb
commit 187c3ee007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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: