Files
docker-exporter/.gitea/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context

19 lines
1.3 KiB
YAML

name: Build
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: 192.168.31.100:3847
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: true
tags: 192.168.31.100:3847/${{ gitea.repository }}:latest