Skip to content

Commit c0794a6

Browse files
authored
Update artifacts.yml
1 parent be1a0c7 commit c0794a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
types:
99
- published
1010

11+
permissions: write-all
12+
1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}
1315
cancel-in-progress: true
@@ -150,4 +152,4 @@ jobs:
150152
with:
151153
push: true
152154
no-cache: true
153-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.BINARY_NAME }}:latest
155+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.BINARY_NAME }}:latest

0 commit comments

Comments
 (0)