mirror of https://github.com/halo-dev/halo
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
parent
4c59ebe004
commit
0bee8834df
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue