build(cicd): fixing up docker setup for workflows
Some checks failed
/ desec-script (push) Failing after 2s
Some checks failed
/ desec-script (push) Failing after 2s
This commit is contained in:
parent
47d6faf57a
commit
f8ba21a7b2
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
- run: |
|
||||
cd server-scripts/desec-ip-sync/
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-docker-action@v5
|
||||
|
||||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
|
|
@ -21,6 +24,9 @@ jobs:
|
|||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue