build(workflows): this probably could be it idk
Some checks failed
/ desec-script (push) Failing after 0s
Some checks failed
/ desec-script (push) Failing after 0s
This commit is contained in:
parent
1484ff6297
commit
0614926ebf
1 changed files with 5 additions and 6 deletions
|
|
@ -3,14 +3,11 @@ jobs:
|
|||
desec-script:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:25-bookworm
|
||||
image: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
|
|
@ -21,8 +18,8 @@ jobs:
|
|||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v4
|
||||
|
||||
#- run: |
|
||||
# cd server-scripts/desec-ip-sync/
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
@ -30,6 +27,8 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: devaine/desec-script:latest
|
||||
file: server-scripts/desec-ip-sync/Dockerfile
|
||||
|
||||
|
||||
#- run: |
|
||||
# ls -la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue