Skip to content

Commit

Permalink
inline eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent b096061 commit f4ca139
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" -ne "latest" ] && morgul/rpgkeeper:${VERSION})

# Deploys Beta docker
deploy-beta:
Expand Down

0 comments on commit f4ca139

Please sign in to comment.