From b678f8a20a515bfd055eb1d7b71808d96286b316 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 31 Jul 2023 18:01:44 +0200 Subject: [PATCH] adding branch dash fedora version as tag --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index cf5be00..36a9db8 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -75,7 +75,7 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }}, ${{ github.repository }}:38 + tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38 labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -90,7 +90,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} env: # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable - TAGS: ${{ steps.meta.outputs.tags }} + TAGS: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38 DIGEST: ${{ steps.build-and-push.outputs.digest }} # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance.