Compare commits
5 Commits
v0.0.1
...
6b7ebb1f42
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b7ebb1f42 | |||
|
|
35628b774f | ||
|
|
30ed4f77f6 | ||
| 0635cad22e | |||
| bf228bf176 |
@@ -4,12 +4,9 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- master
|
- master
|
||||||
tags:
|
|
||||||
- "v*" # triggers when you push a tag like v1.0.0
|
|
||||||
paths:
|
paths:
|
||||||
- "**/Dockerfile"
|
- "nvim/**"
|
||||||
|
|
||||||
workflow_dispatch: # manual run button
|
workflow_dispatch: # manual run button
|
||||||
|
|
||||||
@@ -28,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
|
||||||
|
|||||||
Reference in New Issue
Block a user