Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Support pushing to Docker Hub (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang authored Sep 8, 2022
1 parent fdc60e9 commit e5dd8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ jobs:
with:
image-name: admin-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

2 comments on commit e5dd8cc

@vercel
Copy link

@vercel vercel bot commented on e5dd8cc Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

halo-admin-ui – ./

halo-admin-ui-halo-dev.vercel.app
halo-admin-ui.vercel.app
halo-admin-ui-git-next-halo-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e5dd8cc Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

halo-admin-next – ./

halo-admin-next.vercel.app
halo-admin-next-halo-dev.vercel.app
halo-admin-next-git-next-halo-dev.vercel.app

Please sign in to comment.