Skip to content

Commit

Permalink
Maybe this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent 660101c commit 51761a5
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 @@ -61,14 +61,14 @@ jobs:
- name: Push docker
if: success()
uses: actions-hub/docker@master
run: |
if [ "$VERSION" == "latest" ]
then
docker push morgul/rpgkeeper:latest
else
docker push morgul/rpgkeeper:${VERSION} -t morgul/rpgkeeper:latest
fi
# uses: actions-hub/docker@master
# with:
# args: push morgul/rpgkeeper:${VERSION}

Expand Down

0 comments on commit 51761a5

Please sign in to comment.