Files
PluralFlux-infra/.gitea/workflows/build-main.yml
Laika 6a33fb592a
Some checks failed
nodeJS remote worker / build (push) Has been cancelled
Update .gitea/workflows/build-main.yml
2026-02-26 00:11:21 +11:00

35 lines
737 B
YAML

name: nodeJS remote worker
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3
- name: login to gitea registry
uses: docker/login-action@v3
with:
registry: ${{ gitea.server_url }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: |
${{ gitea.server_url }}/PluralFlux/pluralflux:latest