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: