Update .forgejo/workflows/docker.yml
This commit is contained in:
parent
96bad868c4
commit
c47e0a373b
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
openhist:
|
||||
opengist:
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- name: Setup Alpine
|
||||
|
@ -18,5 +18,7 @@ jobs:
|
|||
run: echo ${{ secrets.TOKEN }} | docker login git.swee.codes --username swee --password-stdin
|
||||
- name: Build docker image
|
||||
run: docker build -t git.swee.codes/swee/opengist:nightly .
|
||||
working-directory: ./docker/opengist
|
||||
- name: Push docker image
|
||||
run: docker push git.swee.codes/swee/opengist --all-tags
|
||||
run: docker push git.swee.codes/swee/opengist --all-tags
|
||||
working-directory: ./docker/opengist
|
Loading…
Add table
Reference in a new issue