maybe
Publish Docker image / build-and-push (push) Failing after 15s

This commit is contained in:
2026-07-16 14:36:42 -07:00
parent d753ef69a2
commit 2bb54c911c
+3 -3
View File
@@ -9,8 +9,8 @@ on:
env: env:
REGISTRY: git.atlashorizon.net REGISTRY: git.atlashorizon.net
IMAGE_NAME: ${{ github.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
@@ -28,7 +28,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Extract image metadata (tags, labels) - name: Extract image metadata (tags, labels)