Skip to content

Commit

Permalink
maybe try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent d61c1cf commit d45d85c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,16 @@ jobs:
run: |
if [ "$VERSION" == "latest" ]
then
echo TAGS="morgul/rpgkeeper:latest" >> $GITHUB_ENV
docker build -t morgul/rpgkeeper:latest .
else
echo TAGS="morgul/rpgkeeper:${VERSION} morgul/rpgkeeper:latest" >> $GITHUB_ENV
docker build -t morgul/rpgkeeper:${VERSION} -t morgul/rpgkeeper:latest .
fi
- name: Push docker
if: success()
uses: actions-hub/docker@master
with:
args: push ${TAGS}
args: push --all-tags morgul/rpgkeeper

# Deploys Beta docker
deploy-beta:
Expand Down

0 comments on commit d45d85c

Please sign in to comment.