diff --git a/.github/workflows/deploy-app-image.yaml b/.github/workflows/deploy-app-image.yaml index a0bd89d..89425dd 100644 --- a/.github/workflows/deploy-app-image.yaml +++ b/.github/workflows/deploy-app-image.yaml @@ -6,7 +6,8 @@ on: workflow_call: workflow_dispatch: push: - tags: ["v*"] + 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/deploy-base-image.yaml b/.github/workflows/deploy-base-image.yaml index fe2f1d2..d296865 100644 --- a/.github/workflows/deploy-base-image.yaml +++ b/.github/workflows/deploy-base-image.yaml @@ -6,7 +6,8 @@ on: workflow_call: workflow_dispatch: push: - tags: ["v*"] + 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: