fixes
Publish Docker image / build-and-push (push) Failing after 14s

This commit is contained in:
2026-07-16 14:32:20 -07:00
parent 3f81ff072c
commit d753ef69a2
+4 -1
View File
@@ -14,6 +14,9 @@ env:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -26,7 +29,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Extract image metadata (tags, labels) - name: Extract image metadata (tags, labels)
id: meta id: meta