refactor(ci): build

This commit is contained in:
Methapon2001 2025-02-25 10:21:47 +07:00
parent 55cb0d157c
commit 18021193a6

View file

@ -1,4 +1,5 @@
name: local-build-dev
name: Gitea Action
run-name: Build ${{ github.actor }}
# Intended for local network use.
# Remote access is possible if the host has a public IP address.
@ -12,11 +13,12 @@ env:
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
jobs:
local-build-dev:
gitea-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
- name: Checkout
uses: actions/checkout@v3
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}