Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliparlakci authored Sep 13, 2021
1 parent a8b2d38 commit 83865b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Build and publish pwa
run: |
cd ./server
cd ./pwa
docker build -t ghcr.io/aliparlakci/country-roads/pwa:latest -t ghcr.io/aliparlakci/country-roads/pwa:${{ steps.tag_name.outputs.SOURCE_TAG }} .
docker image push --all-tags ghcr.io/aliparlakci/country-roads/pwa

0 comments on commit 83865b4

Please sign in to comment.