This commit is contained in:
parent
f27c423761
commit
e5844e38a0
@ -31,9 +31,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
run: |
|
run: |
|
||||||
buildah --storage-driver=vfs bud \
|
docker build \
|
||||||
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
||||||
--build-arg CGO_EXTRA_CFLAGS="" \
|
|
||||||
-t gitea-custom:${{ github.sha }} .
|
-t gitea-custom:${{ github.sha }} .
|
||||||
|
|
||||||
- name: Stop existing container
|
- name: Stop existing container
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user