Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405f855298 | ||
|
|
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 }}
|
||||
|
||||
@@ -40,5 +38,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
https://gitea.setlock.net/shaun/dotfiles:latest
|
||||
https://gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
||||
gitea.setlock.net/shaun/dotfiles:latest
|
||||
gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user