mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 06:30:07 +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:
|
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…
Reference in New Issue
Block a user