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