This commit is contained in:
parent
9a63355711
commit
e2a4ee3630
@ -21,7 +21,9 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
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
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user