mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
name: Docker Image CI |
||||
|
|
||||
|
on: |
||||
|
push: |
||||
|
branches: [ "development" ] |
||||
|
pull_request: |
||||
|
branches: [ "development" ] |
||||
|
|
||||
|
jobs: |
||||
|
|
||||
|
build: |
||||
|
|
||||
|
runs-on: ubuntu-latest |
||||
|
|
||||
|
steps: |
||||
|
- uses: actions/checkout@v3 |
||||
|
- name: Build the Docker image |
||||
|
run: docker build . --file Dockerfile --tag roger-ghostfolio:$(date +%s) |
Loading…
Reference in new issue