mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:06:43 -05:00
It Builds Now
This commit is contained in:
parent
4ab3700583
commit
6c71481a2b
1 changed files with 1 additions and 6 deletions
|
|
@ -18,8 +18,6 @@ jobs:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
run: apk add --update docker git
|
||||||
# - name: Set up QEMU
|
|
||||||
# uses: https://github.com/docker/setup-qemu-action@v3
|
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
@ -28,9 +26,6 @@ jobs:
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
network=host
|
network=host
|
||||||
config: .forgejo/build_configs/buildkitd.toml
|
config: .forgejo/build_configs/buildkitd.toml
|
||||||
# - name: Print Some Debugging Info
|
|
||||||
# shell: /bin/ash -e {0}
|
|
||||||
# run: cat /tmp/docker-actions*/*
|
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -42,4 +37,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}
|
tags: forgejo.merr.is/${{ github.repository }}:build.${{ github.run_number }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue