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: env:
REGISTRY: git.atlashorizon.net REGISTRY: git.atlashorizon.net
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
GITHUB_TOKEN: "" # Clears the default runtime token causing auth mixups
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -29,7 +28,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract image metadata (tags, labels) - name: Extract image metadata (tags, labels)
id: meta id: meta