mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Set permissions
during Docker publish (#43)
This commit is contained in:
parent
a9ce032a63
commit
e478218499
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
@ -156,6 +156,8 @@ jobs:
|
|||
name: release
|
||||
needs:
|
||||
- docker-publish
|
||||
permissions:
|
||||
packages: write
|
||||
if: ${{ inputs.plan != '' && !fromJson(inputs.plan).announcement_tag_is_implicit }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -253,6 +255,8 @@ jobs:
|
|||
name: release
|
||||
needs:
|
||||
- docker-publish-extra
|
||||
permissions:
|
||||
packages: write
|
||||
if: ${{ inputs.plan != '' && !fromJson(inputs.plan).announcement_tag_is_implicit }}
|
||||
steps:
|
||||
- name: Download digests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue