From 9af206636f56fcaf40df4bba2839fb56ef0a5705 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 22:53:57 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c62f07..000ebdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: context: . platforms: linux/amd64,linux/arm push: true - tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}} + tags: ghcr.io/${{github.repository}}:${{inputs.tag}} labels: ${{ steps.meta.outputs.labels }} env: - LATEST_TAG: ${{ inputs.is_latest == 'true' && join('ghcr.io/', join(github.repository, ':latest')) || '' }} + LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }} \ No newline at end of file