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