update Actions secrets

This commit is contained in:
Stille 2022-02-22 09:42:31 +08:00
parent 497e3936af
commit 981db56c71
2 changed files with 3 additions and 3 deletions

View File

@ -54,4 +54,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_USER }}/${{ github.event.inputs.name }}:${{ github.event.inputs.tag }}
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_PROJECT_IOIOX }}/${{ github.event.inputs.name }}:${{ github.event.inputs.tag }}

View File

@ -69,5 +69,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_USERNAME }}/${{ github.event.inputs.project }}:latest
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_USERNAME }}/${{ github.event.inputs.project }}:${{ env.tag }}
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_PROJECT_STILLESHAN }}/${{ github.event.inputs.project }}:latest
${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_PROJECT_STILLESHAN }}/${{ github.event.inputs.project }}:${{ env.tag }}