Update halo-next-docker-build action to release-2.1 (#3430)

#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

For a stable workflow.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/3439/head
John Niang 2023-03-01 11:42:24 +08:00 committed by GitHub
parent 4c59ebe004
commit 0bee8834df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v2
- uses: halo-sigs/actions/halo-next-docker-build@main # change the version to specific ref or release tag while the action is stable.
- uses: halo-sigs/actions/halo-next-docker-build@release-2.1 # change the version to specific ref or release tag while the action is stable.
with:
image-name: ${{ github.event_name == 'release' && 'halo' || 'halo-dev' }}
ghcr-token: ${{ secrets.GHCR_TOKEN }}