From ead3bf28740d9563add3d65435ec6fd2eaf7ee95 Mon Sep 17 00:00:00 2001 From: Lau Josefsen Date: Thu, 11 Apr 2024 09:36:16 +0200 Subject: [PATCH] Add docker images link and only build on release --- .github/workflows/build-push-release.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-push-release.yml b/.github/workflows/build-push-release.yml index a307057..8504f33 100644 --- a/.github/workflows/build-push-release.yml +++ b/.github/workflows/build-push-release.yml @@ -1,8 +1,6 @@ on: release: types: [created] - push: - branches: [main] # name: Create and publish a Docker image diff --git a/README.md b/README.md index 9ceb008..da190ce 100644 --- a/README.md +++ b/README.md @@ -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.