Compare commits
2 Commits
eeccd013dc
...
v0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405f855298 | ||
|
|
aa13febadf |
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.example.com
|
||||
registry: gitea.setlock.net
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
@@ -38,5 +38,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
https://gitea.setlock.net/shaun/dotfiles:latest
|
||||
https://gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
||||
gitea.setlock.net/shaun/dotfiles:latest
|
||||
gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user