mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-13 07:32:40 +01:00
Add step for authorizing to ghcr
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user