From 4916591b1773693c1535b2ccec93cff4afa392f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A8r=20Kessels?= Date: Thu, 12 Sep 2024 15:59:21 +0200 Subject: [PATCH] feat: change the name of the container build in ghcr to boon --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e86c55d..3d4b075 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,4 +31,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository_owner }}/boon:latest