Skip to content

Commit 94f219d

Browse files
committed
6601: Fixed syntax error in image tag action
1 parent ec45a23 commit 94f219d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_build_images_from_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2323
permissions:
2424
contents: read
25-
packages: writes
25+
packages: write
2626
attestations: write
2727
id-token: write
2828
steps:

0 commit comments

Comments
 (0)