From 6cdd395506015b1ddbf8b5f51faed80ed74f8f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl?= Date: Fri, 17 Jan 2025 11:51:36 +0100 Subject: [PATCH] ci(both): fix signed docker image --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3cf2145..cfe4cc2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64,linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: | - ghcr.io/avisi-cloud/${{ env.IMAGE_NAME }}:${{ env.VERSION }} + ${{ env.REGISTRY_IMAGE }}:${{ env.VERSION }} labels: | org.opencontainers.image.title=${{ github.event.repository.name }} org.opencontainers.image.description=${{ github.event.repository.description }}