mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-30 17:25:58 -04:00
ci: login on GH registry during release
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -161,6 +161,12 @@ jobs:
|
||||
with:
|
||||
name: lightpanda-x86_64-linux
|
||||
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: "Generate and publish versions.json"
|
||||
run: |
|
||||
chmod +x lightpanda-x86_64-linux
|
||||
|
||||
Reference in New Issue
Block a user