Files
PluralFlux-infra/.gitea/workflows/build-main.yml
Laika 2f255cefd1
Some checks failed
nodeJS remote worker / build (push) Failing after 18s
Update .gitea/workflows/build-main.yml
2026-02-26 00:09:48 +11:00

35 lines
730 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-dev:latest