Compare commits
9 Commits
30ed4f77f6
...
v0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405f855298 | ||
|
|
aa13febadf | ||
|
|
eeccd013dc | ||
| 907c44472c | |||
|
|
b1c5de4450 | ||
|
|
b5a1cb646a | ||
|
|
0ee97a7c72 | ||
| 6b7ebb1f42 | |||
|
|
35628b774f |
@@ -5,12 +5,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
# tags:
|
|
||||||
# - "v*" # triggers when you push a tag like v1.0.0
|
|
||||||
# paths:
|
|
||||||
# - "**/Dockerfile"
|
|
||||||
|
|
||||||
workflow_dispatch: # manual run button
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -26,9 +22,9 @@ jobs:
|
|||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.example.com
|
registry: gitea.setlock.net
|
||||||
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
|
||||||
@@ -42,5 +38,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
https://gitea.setlock.net/shaun/dotfiles:latest
|
gitea.setlock.net/shaun/dotfiles:latest
|
||||||
https://gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user