ci: fix
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 1m15s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 1m15s
This commit is contained in:
parent
faa52f6013
commit
288e57468c
@ -2,10 +2,10 @@ name: Release to Gitea Container Registry
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_release:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Log in to local registry
|
- name: Log in to local registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: my.gitea.com
|
registry: git.nostrdev.com
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }} # gitea.token doesn't work for push, provide a personal access token
|
password: ${{ secrets.REGISTRY_TOKEN }} # gitea.token doesn't work for push, provide a personal access token
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user