mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-04-17 08:22:50 +02: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:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
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
|
name: Await successful tests
|
||||||
uses: lewagon/wait-on-check-action@v1.3.1
|
uses: lewagon/wait-on-check-action@v1.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user