This commit is contained in:
parent
9a63355711
commit
e2a4ee3630
@ -21,7 +21,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t gitea-custom:latest .
|
docker build \
|
||||||
|
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
||||||
|
-t gitea-custom:latest .
|
||||||
|
|
||||||
- name: Stop and remove existing container
|
- name: Stop and remove existing container
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user