Skip to content

Commit

Permalink
ci: run docker releases on for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalist committed Jan 25, 2023
1 parent 50eba85 commit a6c2630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
docker:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v2
Expand Down

1 comment on commit a6c2630

@vercel
Copy link

@vercel vercel bot commented on a6c2630 Jan 25, 2023

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:

hilde – ./

hilde-git-main-nehalist.vercel.app
hilde.vercel.app
hilde-nehalist.vercel.app
demo.hilde.gg

Please sign in to comment.