diff --git a/.github/workflows/halo.yaml b/.github/workflows/halo.yaml index 23a38d360..e381144a6 100644 --- a/.github/workflows/halo.yaml +++ b/.github/workflows/halo.yaml @@ -58,4 +58,6 @@ jobs: with: image-name: halo-dev ghcr-token: ${{ secrets.GHCR_TOKEN }} + dockerhub-user: ${{ secrets.DOCKER_USERNAME }} + dockerhub-token: ${{ secrets.DOCKER_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