Skip to content

Commit 7394a56

Browse files
committed
Restore usage of PUBLISH_SECRET for pushing container image
1 parent 7fc9876 commit 7394a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
registry: ${{ env.REGISTRY }}
7373
username: ${{ github.actor }}
74-
password: ${{ secrets.GITHUB_TOKEN }}
74+
password: ${{ secrets.PUBLISH_SECRET }}
7575

7676
- name: Build and push container image
7777
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)