chore: update workflow

This commit is contained in:
Bill Church 2022-07-30 11:39:46 -04:00
parent 8c8ca7da4a
commit d7a245d974

View file

@ -18,7 +18,7 @@ jobs:
id: prep
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
VERSION=latest
VERSION=main
SHORTREF=${GITHUB_SHA::8}
# If this is git tag, use the tag name as a docker tag
if [[ $GITHUB_REF == refs/tags/* ]]; then