From 143f813524a285ef060fcd54bca419f2728a932f Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:46:56 +0200 Subject: [PATCH] ci: explicitly publish to ghcr.io docker registry --- .github/workflows/build-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 38b0d225..36166cc0 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -5,7 +5,7 @@ on: types: [created] env: - DOCKER_IMAGE_NAME: unstoppableswap/asb + DOCKER_IMAGE_NAME: ghcr.io/unstoppableswap/asb jobs: build_binaries: