MoreFixes
All checks were successful
Release / Publish Docker Images (push) Successful in 4m5s

This commit is contained in:
2026-01-14 19:46:14 +00:00
parent 3daac8065c
commit 1928c7e4eb
2 changed files with 5 additions and 10 deletions

View File

@@ -61,18 +61,14 @@ jobs:
id: split
run: |
echo "repo=${REPO##*/}" >> "$GITEA_OUTPUT"
echo "sha_short=$(git rev-parse --short "$COMMIT_SHA")" >> "$GITEA_OUTPUT"
echo "branch=$(echo ${HEAD_REF#refs/heads/})" >> "$GITEA_OUTPUT"
env:
REPO: ${{ gitea.repository }}
COMMIT_SHA: ${{ gitea.sha }}
HEAD_REF: ${{ gitea.head_ref }}
- name: Check out repository
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
ref: ${{ steps.split.outputs.branch }}
# with:
# fetch-depth: 0
# ref: ${{ steps.split.outputs.branch }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -96,8 +92,7 @@ jobs:
uses: docker/metadata-action@v5
with:
tags: type=sha
images: |
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
images: ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
- name: Print metadata
run: |