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
|
- 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
|
||||||
|
Reference in New Issue
Block a user