Skip to content

Commit

Permalink
Add docker images link and only build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
LauJosefsen committed Apr 11, 2024
1 parent 4fa4fcc commit ead3bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
release:
types: [created]
push:
branches: [main]

#
name: Create and publish a Docker image
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a small Next.js app for viewing and killing active processes on multiple
- Kill a process with two clicks.

### Deployment
TODO: Link to dockerhub
Docker images: https://github.com/cego/mysql-admin/pkgs/container/mysql-admin

The image requires the following environment variables:
- `DB_INSTANCES` - A comma separated list of MariaDB instances to connect to.
Expand Down

0 comments on commit ead3bf2

Please sign in to comment.