Update .forgejo/workflows/build.yml
This commit is contained in:
parent
cdd199ab9b
commit
930f7881e4
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
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_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/!
|
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:
|
concurrency:
|
||||||
|
@ -177,7 +177,7 @@ jobs:
|
||||||
REGISTRY_USER: ${{ github.actor }}
|
REGISTRY_USER: ${{ github.actor }}
|
||||||
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
registry: rievo.dev
|
registry: ${{ env.IMAGE_REGISTRY }}
|
||||||
image: ${{ env.IMAGE_NAME }}
|
image: ${{ env.IMAGE_NAME }}
|
||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
username: ${{ env.REGISTRY_USER }}
|
username: ${{ env.REGISTRY_USER }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue