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