add frontend docker build and deploy and gitea action
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
# Backend
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
@@ -23,3 +24,12 @@ jobs:
|
||||
platforms: linux/arm64
|
||||
push: true
|
||||
tags: gitea.coupxd.com/cody/go-weather:latest
|
||||
|
||||
#Frontend
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./frontend
|
||||
platforms: linux/arm64
|
||||
push: true
|
||||
tags: gitea.coupxd.com/cody/go-weather-frontend:latest
|
||||
|
||||
Reference in New Issue
Block a user