Skip to content

Commit

Permalink
fixing sh issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent f4ca139 commit 133b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: success()
uses: actions-hub/docker@master
with:
args: push morgul/rpgkeeper:latest $([ "$VERSION" -ne "latest" ] && morgul/rpgkeeper:${VERSION})
args: push morgul/rpgkeeper:latest $([ "$VERSION" != "latest" ] && morgul/rpgkeeper:${VERSION})

# Deploys Beta docker
deploy-beta:
Expand Down

0 comments on commit 133b1e5

Please sign in to comment.