misc(ci): try the permission above again?

This commit is contained in:
Morgan Funtowicz 2025-01-08 14:37:53 +01:00
parent 5a73fe5c2e
commit 7da7b38c05

View File

@ -15,14 +15,14 @@ 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 }}
jobs:
build-and-push:
permissions: permissions:
contents: read # Required to check out repository. contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC. id-token: write # Required to authenticate via OIDC.
jobs:
build-and-push:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
outputs: outputs:
docker_image: ${{ steps.final.outputs.docker_image }} docker_image: ${{ steps.final.outputs.docker_image }}
label: ${ steps.final.outputs.label }} label: ${ steps.final.outputs.label }}