Automated building and deployment process with Docker #2

Merged
sangelo merged 20 commits from docker into main 2024-04-03 12:10:51 +00:00
Showing only changes of commit b697c19342 - Show all commits

View file

@ -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: |