Automated building and deployment process with Docker #2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: 🐋 Build Container
|
- name: 🐋 Build Container
|
||||||
run: |
|
run: |
|
||||||
# build the container
|
# build the container
|
||||||
just build ${{ github.ref }}
|
just -f /workspace/sangelo/website/Justfile build ${{ github.ref }}
|
||||||
|
|
||||||
- name: 🐳 Publish Container
|
- name: 🐳 Publish Container
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue