All good
This commit is contained in:
parent
6ea544a0f6
commit
6cc7288126
45 changed files with 929 additions and 1043 deletions
|
|
@ -39,8 +39,10 @@ jobs:
|
|||
host="127.0.0.1:13000"
|
||||
fi
|
||||
repo=$(echo "${{ gitea.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||
owner="${repo%%/*}"
|
||||
{
|
||||
echo "host=${host}"
|
||||
echo "owner=${owner}"
|
||||
echo "image=${host}/${repo}"
|
||||
echo "screenshot_image=${host}/${repo}-screenshot"
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
|
@ -49,8 +51,8 @@ jobs:
|
|||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ steps.registry.outputs.host }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ steps.registry.outputs.owner }}
|
||||
password: ${{ secrets.FORGEJO_PACKAGE_TOKEN }}
|
||||
|
||||
- name: Extract metadata (main)
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue