Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-23 17:49:40 +00:00
parent cdd199ab9b
commit 930f7881e4

View file

@ -14,9 +14,9 @@ on:
workflow_dispatch:
env:
IMAGE_NAME: "uphy-test" # the name of the image produced by this build, matches repo names
IMAGE_NAME: "sst/uphy-test" # the name of the image produced by this build, matches repo names
IMAGE_DESC: "My Customized Universal Blue Image"
IMAGE_REGISTRY: "rievo.dev/sst" # do not edit
IMAGE_REGISTRY: "rievo.dev" # do not edit
ARTIFACTHUB_LOGO_URL: "https://avatars.githubusercontent.com/u/120078124?s=200&v=4" # You should put your own image here so that you get a fancy profile image on https://artifacthub.io/!
concurrency:
@ -177,7 +177,7 @@ jobs:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
registry: rievo.dev
registry: ${{ env.IMAGE_REGISTRY }}
image: ${{ env.IMAGE_NAME }}
tags: ${{ steps.metadata.outputs.tags }}
username: ${{ env.REGISTRY_USER }}