adding branch dash fedora version as tag

This commit is contained in:
Anders Rytter Hansen 2023-07-31 18:01:44 +02:00
commit b678f8a20a

View file

@ -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.