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:
|
desec-script:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:25-bookworm
|
image: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v4
|
|
||||||
|
|
||||||
- name: Login to Forgejo Container Registry
|
- name: Login to Forgejo Container Registry
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -21,8 +18,8 @@ jobs:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v4
|
uses: docker/setup-qemu-action@v4
|
||||||
|
|
||||||
#- run: |
|
- name: Set up Docker Buildx
|
||||||
# cd server-scripts/desec-ip-sync/
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
@ -30,6 +27,8 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: devaine/desec-script:latest
|
tags: devaine/desec-script:latest
|
||||||
|
file: server-scripts/desec-ip-sync/Dockerfile
|
||||||
|
|
||||||
|
|
||||||
#- run: |
|
#- run: |
|
||||||
# ls -la
|
# ls -la
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue