add gitea image build
All checks were successful
build / build (push) Successful in 1m32s

This commit is contained in:
James Greenwood 2025-11-17 08:41:57 +00:00
parent 590be07076
commit 1332baedaa

View File

@ -0,0 +1,21 @@
name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Gitea container registry
uses: docker/login-action@v3
with:
registry: code.jamey.stream
username: jamey
password: 2a9cdbe263f11b074db5bd195ff8991e306d5837
- name: Checkout
uses: actions/checkout@v4
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: code.jamey.stream/jamey/action-requests-demo.jamey.stream:${{ gitea.sha }}