mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 15:15:10 +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: |
|
outputs: |
|
||||||
type=local,dest=dist
|
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
|
- name: Push Docker image
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user