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.
|
||||
# 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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue