forked from mirrors/amnezia-wg-easy
deploy-development.yml: does not use release tag
This commit is contained in:
parent
1e3f1a980f
commit
a71283f500
1 changed files with 1 additions and 4 deletions
5
.github/workflows/deploy-development.yml
vendored
5
.github/workflows/deploy-development.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue