Update .gitea/workflows/build-and-push.yml
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 8m55s

This commit is contained in:
2025-08-01 17:34:47 +00:00
parent 62e5f14296
commit 03eae29332

View File

@@ -27,7 +27,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.purpleraft.com registry: gitea.portal.tulsacounty.org
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: gitea.purpleraft.com/${{ gitea.repository }} images: gitea.portal.tulsacounty.org/${{ gitea.repository }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr