log101-dot-dev/.gitea/workflows/static-deploy.yml
log101 51e2c87828
Some checks failed
/ build (push) Has been cancelled
ci: add docker file and gitea action
2025-02-23 14:52:23 +03:00

19 lines
434 B
YAML

run-name: ${{ gitea.actor }}, deploy to docker registry
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: registry.container-registry:5000/log101-blog:latest