Skip to content

Commit

Permalink
fix for docker build (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Jun 15, 2020
1 parent f217261 commit eff04b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: douz/helpdesk
tags: latest, $RELEASE_VERSION
tags: latest,${{ RELEASE_VERSION }}
- uses: docker/build-push-action@v1
with:
path: frontend
dockerfile: frontend/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: douz/helpdesk-frontend
tags: latest, $RELEASE_VERSION
tags: latest,${{ RELEASE_VERSION }}

0 comments on commit eff04b6

Please sign in to comment.