
All checks were successful
/ job2-harbor_username (push) Successful in 6s
/ job1-harbor-bot (push) Successful in 6s
/ go-hashfiles (push) Successful in 24s
/ hashFiles (push) Successful in 2s
/ job1 (push) Successful in 2s
/ job2 (push) Successful in 2s
/ job3 (push) Has been skipped
20 lines
505 B
YAML
20 lines
505 B
YAML
on:
|
|
push:
|
|
workflow_dispatch:
|
|
jobs:
|
|
job1-harbor-bot:
|
|
runs-on: ubuntu-arm64
|
|
steps:
|
|
- uses: docker/login-action@v3
|
|
with:
|
|
registry: harbor.oo1.dev
|
|
username: robot$harbor-bot
|
|
password: ${{ secrets.HARBOR_ROBOT_TOKEN }}
|
|
job2-harbor_username:
|
|
runs-on: ubuntu-arm64
|
|
steps:
|
|
- uses: docker/login-action@v3
|
|
with:
|
|
registry: harbor.oo1.dev
|
|
username: harbor_username
|
|
password: ${{ secrets.HARBOR_PASSWORD }} |