Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa13febadf | ||
|
|
eeccd013dc | ||
| 907c44472c |
@@ -5,8 +5,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'nvim/**'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -24,7 +22,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.example.com
|
||||
registry: gitea.setlock.net
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user