Fixed trying to push to docker hub

This commit is contained in:
Grant Bevis 2021-12-29 08:34:07 +00:00
parent a5da585cc9
commit 40f2ee6244
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Prepare Image Build - name: Prepare Image Build
id: prep_image id: prep_image
run: | run: |
DOCKER_IMAGE=${{ github.actor }}/borg-server DOCKER_IMAGE=ghcr.io/${{ github.actor }}/borg-server
VERSION=latest VERSION=latest
# If this is git tag, use the tag name as a docker tag # If this is git tag, use the tag name as a docker tag
if [[ $GITHUB_REF == refs/tags/* ]]; then if [[ $GITHUB_REF == refs/tags/* ]]; then