mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:02:03 -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
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker git
|
||||
# - name: Set up QEMU
|
||||
# uses: https://github.com/docker/setup-qemu-action@v3
|
||||
- name: Check out the repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
|
|
@ -28,9 +26,6 @@ jobs:
|
|||
driver-opts: |
|
||||
network=host
|
||||
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
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -42,4 +37,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
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