mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Add step for authorizing to ghcr
This commit is contained in:
parent
fd6fba8dc9
commit
1357f2fec3
7
.github/workflows/image.yml
vendored
7
.github/workflows/image.yml
vendored
|
@ -27,6 +27,13 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{github.actor}}
|
||||
password: ${{secrets.PAT_TOKEN}}
|
||||
-
|
||||
name: Await successful tests
|
||||
uses: lewagon/wait-on-check-action@v1.3.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user