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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ env.HARBOR_USER }}
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.HARBOR_TOKEN }}
|
||||||
build:
|
build:
|
||||||
runs-on: docker-cli
|
runs-on: docker-cli
|
||||||
services:
|
services:
|
||||||
|
|
@ -76,4 +76,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
provenance: false
|
provenance: false
|
||||||
platforms: linux/amd64, linux/arm64
|
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