test
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 33s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 33s
This commit is contained in:
parent
b4ac9d82b4
commit
1d1ac52f6b
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ secrets.USER }}
|
username: ${{ secrets.USER }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user