From c36c404756434df7cdbd43c21a9e8cde85717a63 Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:53:12 +0100 Subject: [PATCH] Update CI --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 391e5bb..c714b8b 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -2,7 +2,7 @@ name: Build and Publish env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }}/api:${{ github.sha }} + IMAGE_NAME: ${{ github.repository }}/api on: push: @@ -37,5 +37,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER }}/api:${{ env.GITHUB_SHA }} labels: ${{ steps.meta.outputs.labels }}