ci: add login to docker.io registry
All checks were successful
Build docker image / build-image (push) Successful in 1m52s

This commit is contained in:
teutat3s 2024-11-07 11:45:34 +01:00
parent 8762db1a39
commit 7705b7c63a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,6 +7,11 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
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
uses: docker/login-action@v3.3.0
with: