From 56b376a5f0bca7c8f8451f414787c8f97b73d94c Mon Sep 17 00:00:00 2001 From: lnay Date: Sun, 10 Mar 2024 19:28:58 +0000 Subject: [PATCH] FIX CI: Correct org name --- .github/workflows/publish_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_image.yml index 2d4143a..df0512b 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_image.yml @@ -20,7 +20,7 @@ jobs: uses: macbre/push-to-ghcr@master with: image_name: ${{ github.repository }} # it will be lowercased internally - repository: ghcr.io/uoe-som-professional-skils + repository: ghcr.io/GLAMS-professional-skills github_token: ${{ secrets.GITHUB_TOKEN }} image_tag: ${{ github.ref_name }} # Match branch name for risk-free testing dockerfile: .docker/Dockerfile