switched to PAT
Publish Docker image / build-and-push (push) Failing after 1m43s

This commit is contained in:
2026-07-16 14:44:25 -07:00
parent 2bb54c911c
commit 179a9c5542
+1 -2
View File
@@ -10,7 +10,6 @@ on:
env:
REGISTRY: git.atlashorizon.net
IMAGE_NAME: ${{ gitea.repository }}
GITHUB_TOKEN: "" # Clears the default runtime token causing auth mixups
jobs:
build-and-push:
runs-on: ubuntu-latest
@@ -29,7 +28,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract image metadata (tags, labels)
id: meta