Compare commits
7 Commits
30ed4f77f6
...
v0.0.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeccd013dc | ||
| 907c44472c | |||
|
|
b1c5de4450 | ||
|
|
b5a1cb646a | ||
|
|
0ee97a7c72 | ||
| 6b7ebb1f42 | |||
|
|
35628b774f |
@@ -5,12 +5,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# tags:
|
||||
# - "v*" # triggers when you push a tag like v1.0.0
|
||||
# paths:
|
||||
# - "**/Dockerfile"
|
||||
|
||||
workflow_dispatch: # manual run button
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -27,8 +23,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