This commit is contained in:
parent
fde4da00e1
commit
e8bb63537e
@ -35,7 +35,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
run: |
|
run: |
|
||||||
podman --storage-driver=$STORAGE_DRIVER build \
|
podman --storage-driver=$STORAGE_DRIVER \
|
||||||
|
--runtime=runc \
|
||||||
|
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 }} \
|
||||||
-t gitea-custom:latest .
|
-t gitea-custom:latest .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user