diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 8351075..b40c161 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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 }}