Skip to content

Commit

Permalink
[release-2.0] Set docker image name properly when releasing (#2873)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #2872

/assign JohnNiang

```release-note
None
```
  • Loading branch information
halo-dev-bot authored Dec 7, 2022
1 parent 708e9cd commit dcf2d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/halo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- 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: halo-dev
image-name: ${{ github.event_name == 'release' && 'halo' || 'halo-dev' }}
ghcr-token: ${{ secrets.GHCR_TOKEN }}
dockerhub-user: ${{ secrets.DOCKER_USERNAME }}
dockerhub-token: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit dcf2d38

Please sign in to comment.