hardcode user name
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.timothykim.net
|
registry: git.timothykim.net
|
||||||
username: ${{ gitea.actor }}
|
username: timothykim
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
||||||
Reference in New Issue
Block a user