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