update
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleaning:
|
cleaning:
|
||||||
runs-on: ubuntu-latest
|
runs-on: go
|
||||||
container: null
|
container: null
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
docker image prune -af
|
docker image prune -af
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: go
|
||||||
container: null
|
container: null
|
||||||
needs: cleaning
|
needs: cleaning
|
||||||
steps:
|
steps:
|
||||||
@@ -39,8 +39,8 @@ jobs:
|
|||||||
docker push $REGISTRY/$IMAGE_NAME:${{ gitea.run_number }}
|
docker push $REGISTRY/$IMAGE_NAME:${{ gitea.run_number }}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: go
|
||||||
container: null
|
|
||||||
needs: build_image
|
needs: build_image
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy container
|
- name: Deploy container
|
||||||
|
|||||||
Reference in New Issue
Block a user