Skip to content

nolabs-frontend-master #2

nolabs-frontend-master

nolabs-frontend-master #2

name: nolabs-frontend-master
run-name: nolabs-frontend-master
# Build and push nolabs image using GitHub Cache API
# Only if relevant files were changed
on: workflow_dispatch
jobs:
build:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-docker.yaml
with:
microservice_name: "nolabs-frontend"
push:
if: github.repository == 'BasedLabs/NoLabs'
needs: build
permissions:
contents: read
packages: write
uses: ./.github/workflows/push-docker.yaml
with:
microservice_name: "nolabs-frontend"