Fixed trying to push to docker hub
This commit is contained in:
parent
a5da585cc9
commit
40f2ee6244
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue