ci: add login to docker.io registry
All checks were successful
Build docker image / build-image (push) Successful in 1m52s
All checks were successful
Build docker image / build-image (push) Successful in 1m52s
This commit is contained in:
parent
8762db1a39
commit
7705b7c63a
|
@ -7,6 +7,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Login to docker.io registry
|
||||||
|
uses: docker/login-action@v3.3.0
|
||||||
|
with:
|
||||||
|
username: hakkonaut
|
||||||
|
password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }}
|
||||||
- name: Login to Forgejo docker registry
|
- name: Login to Forgejo docker registry
|
||||||
uses: docker/login-action@v3.3.0
|
uses: docker/login-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue