diff --git a/.github/workflows/manual-docker-images.yaml b/.github/workflows/docker-image.yml similarity index 98% rename from .github/workflows/manual-docker-images.yaml rename to .github/workflows/docker-image.yml index d9aedb9e10..6c8a531f9b 100644 --- a/.github/workflows/manual-docker-images.yaml +++ b/.github/workflows/docker-image.yml @@ -3,6 +3,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: + - "support/test-build-image" tags: - "**"