add ci package gitea action yml
Test Runner / test (push) Successful in 1s
Build and Push Docker Image / build (push) Failing after 6s

This commit is contained in:
2026-03-10 23:25:47 -04:00
parent 1c42e18849
commit 2fc3262198
+28
View File
@@ -0,0 +1,28 @@
name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea Registry
uses: docker/login-action@v3
with:
registry: git.timothykim.net
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: git.timothykim.net/timothykim/static:latest