Skip to content

Commit

Permalink
DEV: use on push tags instead of on release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkannans committed Nov 4, 2024
1 parent 023a2ee commit 7f11e6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docker-hub-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Docker Hub Build

on:
release:
types:
- created
- edited
- prereleased
- published
- released
push:
tags:
- tests-passed

concurrency:
group: build-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Lauth
# Vinkas Lauth

[![Tests](https://github.com/vinkashq/lauth/actions/workflows/tests.yml/badge.svg)](https://github.com/vinkashq/lauth/actions/workflows/tests.yml)
[![Tests](https://github.com/vinkashq/lauth/actions/workflows/tests.yml/badge.svg)](https://github.com/vinkashq/lauth/actions/workflows/tests.yml) ![Docker Pulls](https://img.shields.io/docker/pulls/vinkas/lauth)

Laravel authentication server

## License

Expand Down

0 comments on commit 7f11e6f

Please sign in to comment.