mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update appmanage_docker.yml
This commit is contained in:
parent
a45cc6431c
commit
d730c4f789
1 changed files with 17 additions and 0 deletions
17
.github/workflows/appmanage_docker.yml
vendored
17
.github/workflows/appmanage_docker.yml
vendored
|
@ -1 +1,18 @@
|
|||
name: Docker Build And Push To Docker Hub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'appmanage/Dockerfile'
|
||||
- 'appmanage/main.py'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TAGS: latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: Check out code
|
||||
|
|
Loading…
Reference in a new issue