Skip to content

Commit

Permalink
closer...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 21, 2023
1 parent 2385663 commit 9f12894
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 @@ -60,7 +60,7 @@ jobs:
fi
- name: Push tagged version
if: success() && $VERSION != 'latest'
if: success() && env.VERSION != 'latest'
uses: actions-hub/docker@master
with:
args: push morgul/rpgkeeper:${VERSION}
Expand Down

0 comments on commit 9f12894

Please sign in to comment.