forked from HSWro/hswro_org
Compare commits
2 Commits
9d7b6adc72
...
54f80f1fe8
| Author | SHA1 | Date |
|---|---|---|
|
|
54f80f1fe8 | |
|
|
0b57f6b2dd |
|
|
@ -1,7 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build_website:
|
||||
runs-on: docker
|
||||
|
|
@ -16,6 +14,7 @@ jobs:
|
|||
path: _site/
|
||||
build_and_push_container:
|
||||
runs-on: docker
|
||||
if: github.ref == 'refs/heads/main'
|
||||
env:
|
||||
REGISTRY_OWNER: fleg
|
||||
container:
|
||||
|
|
|
|||
Loading…
Reference in New Issue