misc(ci): once more?

This commit is contained in:
Morgan Funtowicz 2025-01-07 17:36:22 +01:00
parent f9ebcd9736
commit 630995759b

View File

@ -19,12 +19,12 @@ on:
description: "Label generated for this build" description: "Label generated for this build"
value: ${{ jobs.build-and-push.outputs.label }} value: ${{ jobs.build-and-push.outputs.label }}
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
jobs: jobs:
build-and-push: build-and-push:
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }}
outputs: outputs: