Update .gitea/workflows/docker-publish.yaml
All checks were successful
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Successful in 1m32s

This commit is contained in:
2025-08-27 19:36:31 -04:00
parent 8d0ef3bdac
commit 7a996c348e

View File

@@ -37,7 +37,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.sdgarren.com registry: git.sdgarren.com
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: | tags: |
gitea.sdgarren.com/scott/caddy-hetzner:latest git.sdgarren.com/scott/caddy-hetzner:latest
- name: Image digest - name: Image digest
run: echo ${{ steps.build-and-push.outputs.digest }} run: echo ${{ steps.build-and-push.outputs.digest }}