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
parent
commit
187c3ee007
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/deploy-development.yml

3
.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:

Loading…
Cancel
Save