mirror of
https://www.github.com/b3vis/borg-server
synced 2026-08-05 16:12:46 +02:00
Fixed trying to push to docker hub
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user