mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-21 01:50:28 +00:00
update imports
This commit is contained in:
parent
43eba5437a
commit
4c76f6b367
56 changed files with 139 additions and 212 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -18,6 +18,6 @@ jobs:
|
|||
env:
|
||||
CR_PAT: ${{ secrets.CR_PAT }}
|
||||
- name: Build Docker Image
|
||||
run: cd backend && docker build -t ghcr.io/hay-kot/go-web-template:latest .
|
||||
run: cd backend && docker build -t ghcr.io/hay-kot/content:latest .
|
||||
- name: push to container registry
|
||||
run: docker push ghcr.io/hay-kot/go-web-template:latest
|
||||
run: docker push ghcr.io/hay-kot/content:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue