Change image name to halo-dev (#2264)

pull/2267/head
John Niang 2022-07-19 23:47:36 +08:00 committed by GitHub
parent 275df33d75
commit 9ed0dcafcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ jobs:
runs-on: ubuntu-latest
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.
with:
image-name: halodev
image-name: halo-dev
ghcr-token: ${{ secrets.GHCR_TOKEN }}
push: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/next' }} # we only push to GHCR if the push is to the next branch
checkout-from: ${{ github.ref }}