Update .gitea/workflows/image-publish.yml
Some checks are pending
Docker / build (push) Has started running

This commit is contained in:
2026-05-20 14:31:34 +00:00
parent c4325c7af7
commit 738ffbe9bd

View File

@@ -17,15 +17,15 @@ on:
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io REGISTRY: git.harryesses.com
# github.repository as <account>/<repo> # github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ gitea.repository }}
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -58,8 +58,8 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ gitea.token }}
# Extract metadata (tags, labels) for Docker # Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action # https://github.com/docker/metadata-action