Browse Source
deploy-development.yml: does not use release tag
pull/686/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
.github/workflows/deploy-development.yml
|
|
@ -25,10 +25,7 @@ jobs: |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
|
|
|
|
# Set environment variables |
|
|
|
- run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV |
|
|
|
|
|
|
|
|
|
|
|
# Build & Publish |
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@master |
|
|
|