From 5408f61ba7f913cf2df8fa69a5904fe0e3e75919 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 7 Sep 2023 07:46:19 -0700 Subject: [PATCH] build: trigger docker for tag push (#1417) --- .github/workflows/docker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8ef4ecbbcf..3934bb9ce7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,10 @@ on: push: branches: - main + tags: + # only target a single package tag to avoid running this task for every package on a version release + # in the metadata step, we parse out the specific version used in the tag (e.g. `2.0.0-next.5` and `next`) + - "@latticexyz/common@*" workflow_dispatch: jobs: