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
|
||||
run: |
|
||||
# build the container
|
||||
just build ${{ github.ref }}
|
||||
just -f /workspace/sangelo/website/Justfile build ${{ github.ref }}
|
||||
|
||||
- name: 🐳 Publish Container
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue