Files
cavepediav2/.gitea/workflows/build-push-poller.yaml
Paul Walko 4ce3eb0abd
Some checks failed
Build and Push Agent Docker Image / build (push) Failing after 1m5s
Build and Push Poller Docker Image / build (push) Failing after 43s
Build and Push Web Docker Image / build (push) Successful in 3m35s
poller docker
2025-12-12 17:52:44 +01:00

31 lines
706 B
YAML

name: Build and Push Poller Docker Image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: git.seaturtle.pw
username: ${{ gitea.actor }}
password: ${{ secrets.ACTIONS_PUSH_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./poller
push: true
tags: git.seaturtle.pw/cavepedia/cavepediav2-poller:latest