mirror of
https://github.com/decompals/wibo.git
synced 2025-10-15 14:45:12 +00:00
Don't forget the login-action
This commit is contained in:
parent
6b3cadf1fc
commit
d21fde5bc2
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -88,6 +88,13 @@ jobs:
|
||||
outputs: |
|
||||
type=local,dest=dist
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push Docker image
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user