refactor(ci): build
This commit is contained in:
parent
55cb0d157c
commit
18021193a6
1 changed files with 6 additions and 4 deletions
10
.github/workflows/gitea-local.yaml
vendored
10
.github/workflows/gitea-local.yaml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue