This commit is contained in:
parent
b532e7dc6b
commit
1042a94c8e
@ -8,12 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: docker:27.3.1 # official Docker CLI image with Docker installed
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t flask-app .
|
run: docker build -t flask-app .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user