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