From 2dd864f123827e4baae981d456642bd2a7da5ecc Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Wed, 8 Jan 2025 13:03:09 -0600 Subject: [PATCH] add tag trigger --- .github/workflows/build-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 7cf2e4d..73cfad3 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -5,6 +5,7 @@ name: Create and publish a Docker image on: push: branches: ['master'] + tags: ['*'] paths-ignore: - README.MD - LICENSE