This commit is contained in:
parent
6b66526155
commit
1ba571eb8a
1 changed files with 6 additions and 4 deletions
|
|
@ -8,11 +8,13 @@ jobs:
|
|||
login:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: forgejo.anyops.de
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue