2 Commits

Author SHA1 Message Date
Shaun Setlock
405f855298 Correcting tagging. 2025-05-03 21:08:01 -04:00
Shaun Setlock
aa13febadf Correcting container registry. 2025-05-03 20:51:20 -04:00

View File

@@ -22,7 +22,7 @@ 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.USER }} username: ${{ secrets.USER }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
@@ -38,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 }}