This commit is contained in:
parent
df792efa86
commit
624d1192fa
@ -24,6 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y podman
|
sudo apt-get install -y podman
|
||||||
|
sudo sed -i 's/^driver = .*/driver = "vfs"/' /etc/containers/storage.conf
|
||||||
|
|
||||||
- name: Create volume if not exists
|
- name: Create volume if not exists
|
||||||
run: |
|
run: |
|
||||||
@ -31,7 +32,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
run: |
|
run: |
|
||||||
export STORAGE_DRIVER=vfs
|
|
||||||
podman build \
|
podman build \
|
||||||
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
||||||
-t gitea-custom:${{ github.sha }} .
|
-t gitea-custom:${{ github.sha }} .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user