Skip to content

Commit

Permalink
Merge pull request #447 from Parallels/fix-docker-deployment
Browse files Browse the repository at this point in the history
fixing docker deployment
  • Loading branch information
cjlapao authored Jun 23, 2023
2 parents a2ea0c8 + 22f85eb commit 4b57874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
context: .
push: true
tags: cjlapao/rq-dashboard:{{ env.EXT_VERSION }}, cjlapao/rq-dashboard:latest
tags: cjlapao/rq-dashboard:${{ env.EXT_VERSION }},cjlapao/rq-dashboard:latest

- name: Create GitHub release
uses: actions/create-release@v1
Expand Down

0 comments on commit 4b57874

Please sign in to comment.