diff --git a/.github/workflows/.docker.yaml b/.github/workflows/.docker.yaml index 8a01f8e..6ea8cbf 100644 --- a/.github/workflows/.docker.yaml +++ b/.github/workflows/.docker.yaml @@ -4,7 +4,8 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: main + branches: + - "*" tags: - "*" pull_request: @@ -12,7 +13,7 @@ on: # 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: REGISTRY: ghcr.io - IMAGE_NAME: in-for-disaster-analytics/cookbook-template-simple #change {Template} + IMAGE_NAME: in-for-disaster-analytics/cookbook-docker-template #change {Template} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: