1
This commit is contained in:
parent
7c41e9ab2b
commit
6bd99aabd0
@ -8,7 +8,7 @@ jobs:
|
|||||||
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||||
|
|
||||||
- name: Build GCC container
|
- name: Build GCC container
|
||||||
run: docker build -t local/alpine-gcc:latest -f Dockerfile
|
run: docker build Dockerfile -t local/alpine-gcc:latest
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: host-arch-x86_64
|
runs-on: host-arch-x86_64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user