test
This commit is contained in:
parent
951be4370b
commit
3627fe5374
1 changed files with 3 additions and 3 deletions
|
|
@ -53,8 +53,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
username: ${{ env.HARBOR_USER }}
|
||||
password: ${{ secrets.HARBOR_TOKEN }}
|
||||
build:
|
||||
runs-on: docker-cli
|
||||
services:
|
||||
|
|
@ -76,4 +76,4 @@ jobs:
|
|||
push: true
|
||||
provenance: false
|
||||
platforms: linux/amd64, linux/arm64
|
||||
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
||||
tags: ${{ env.REGISTRY }}/${{ env.PROJECT }}/${{ env.CONTAINER_NAME }}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue