From 8500c48d4ecd311db7c91fab2fc0611ade0c6451 Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Fri, 15 Mar 2024 17:33:57 -0400 Subject: [PATCH] image workflows on tags --- .github/workflows/algoid_image.yml | 2 ++ .github/workflows/resolver_image.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/algoid_image.yml b/.github/workflows/algoid_image.yml index d202e4f..e2dd7b7 100644 --- a/.github/workflows/algoid_image.yml +++ b/.github/workflows/algoid_image.yml @@ -5,6 +5,8 @@ name: algoid_image on: push: branches: ['image_workflow'] + tags: + - '*' # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: diff --git a/.github/workflows/resolver_image.yml b/.github/workflows/resolver_image.yml index 8f94412..1f4848a 100644 --- a/.github/workflows/resolver_image.yml +++ b/.github/workflows/resolver_image.yml @@ -5,6 +5,8 @@ name: resolver_image on: push: branches: ['image_workflow'] + tags: + - '*' # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: