Merge pull request 'Modified triggers.' (#5) from feature/update_CICD_trigger into master
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,10 +5,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# tags:
|
||||
# - "v*" # triggers when you push a tag like v1.0.0
|
||||
# paths:
|
||||
# - "**/Dockerfile"
|
||||
paths:
|
||||
- "nvim/**"
|
||||
|
||||
workflow_dispatch: # manual run button
|
||||
|
||||
@@ -27,8 +25,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.example.com
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Extract Tag Name (if any)
|
||||
id: get_tag
|
||||
|
||||
Reference in New Issue
Block a user