From 40f2ee62447038abdc58dee47fdd0826d213ffdd Mon Sep 17 00:00:00 2001 From: Grant Bevis Date: Wed, 29 Dec 2021 08:34:07 +0000 Subject: [PATCH] Fixed trying to push to docker hub --- .github/workflows/build_new_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_new_version.yml b/.github/workflows/build_new_version.yml index 7af68de..b0607b2 100644 --- a/.github/workflows/build_new_version.yml +++ b/.github/workflows/build_new_version.yml @@ -16,7 +16,7 @@ jobs: - name: Prepare Image Build id: prep_image run: | - DOCKER_IMAGE=${{ github.actor }}/borg-server + DOCKER_IMAGE=ghcr.io/${{ github.actor }}/borg-server VERSION=latest # If this is git tag, use the tag name as a docker tag if [[ $GITHUB_REF == refs/tags/* ]]; then