forked from external-repos/noisedash
Update Gitea Container Registry URL in workflow configuration
Some checks failed
build-and-push-docker / docker (push) Failing after 23s
Some checks failed
build-and-push-docker / docker (push) Failing after 23s
This commit is contained in:
@@ -25,7 +25,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: ${{ env.REGISTRY_HOST }}
|
registry: gitea.purpleraft.com
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
@@ -59,11 +59,3 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
env:
|
|
||||||
# Example: registry.example.com or gitea.example.com
|
|
||||||
REGISTRY_HOST: ${{ secrets.REGISTRY_HOST }}
|
|
||||||
# Example: ryan (your user or org in Gitea)
|
|
||||||
REGISTRY_OWNER: ${{ secrets.REGISTRY_OWNER }}
|
|
||||||
# Example: noisedash (this repo name)
|
|
||||||
REGISTRY_REPO: ${{ secrets.REGISTRY_REPO }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user