Skip to content

Add Flux sync manifests #12

Add Flux sync manifests

Add Flux sync manifests #12

name: Build and Push Frontend
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
username: tecke
password: ${{ secrets.DOCKERHUB_PAT }}
- name: Build and push Docker images
run: |
cd ./services/frontend
docker build -t tecke/homecluster-frontend -t homecluster-frontend --platform linux/arm64 .
docker push tecke/homecluster-frontend