This commit is contained in:
parent
2a53dff66f
commit
08905c9e9b
@ -19,7 +19,9 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t gitea-custom:latest .
|
||||
docker build \
|
||||
--build-arg GITEA_VERSION=1.24.5 \
|
||||
-t gitea-custom:latest .
|
||||
|
||||
- name: Stop and remove existing container
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user