From 9ed0dcafcc47bfd0b97758efac44fca2d84aca7b Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 19 Jul 2022 23:47:36 +0800 Subject: [PATCH] Change image name to halo-dev (#2264) --- .github/workflows/halo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/halo.yaml b/.github/workflows/halo.yaml index 4a93493cd..23a38d360 100644 --- a/.github/workflows/halo.yaml +++ b/.github/workflows/halo.yaml @@ -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 }}