1 Commits

Author SHA1 Message Date
Shaun Setlock
35628b774f Modified triggers. 2025-05-03 19:53:44 -04:00

View File

@@ -5,10 +5,8 @@ on:
push: push:
branches: branches:
- master - master
# tags: paths:
# - "v*" # triggers when you push a tag like v1.0.0 - "nvim/**"
# paths:
# - "**/Dockerfile"
workflow_dispatch: # manual run button workflow_dispatch: # manual run button
@@ -27,8 +25,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.example.com registry: gitea.example.com
username: ${{ secrets.GITEA_USERNAME }} username: ${{ secrets.USER }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.TOKEN }}
- name: Extract Tag Name (if any) - name: Extract Tag Name (if any)
id: get_tag id: get_tag