forked from external-repos/velociraptor-docker
Update .gitea/workflows/build-and-push.yml
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 8m55s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 8m55s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.purpleraft.com
|
||||
registry: gitea.portal.tulsacounty.org
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: gitea.purpleraft.com/${{ gitea.repository }}
|
||||
images: gitea.portal.tulsacounty.org/${{ gitea.repository }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
Reference in New Issue
Block a user