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. # Intended for local network use.
# Remote access is possible if the host has a public IP address. # Remote access is possible if the host has a public IP address.
@ -12,11 +13,12 @@ env:
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
jobs: jobs:
local-build-dev: gitea-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Checkout
- name: Login to Docker Hub uses: actions/checkout@v3
- name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}