chore: fix depot build (#6057)

This commit is contained in:
Dean Sheather
2023-02-06 16:49:33 +00:00
committed by GitHub
parent b45c445255
commit d6947aeaca
4 changed files with 9 additions and 2 deletions
+7
View File
@@ -15,6 +15,13 @@ on:
workflow_dispatch:
permissions:
contents: read
# Necessary to push docker images to ghcr.io.
packages: write
# Necessary for depot.dev authentication.
id-token: write
# Avoid running multiple jobs for the same commit.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-docker-base