From 8c17f0f05cac91687578383437ab3b47088f7f1b Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 27 Apr 2023 17:08:56 +0100 Subject: [PATCH] Fix syntax --- .github/workflows/build-and-push-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index aa8fb9a..725e7b4 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -1,7 +1,8 @@ name: Create and publish a Docker image on: - tags: + push: + tags: - 'v*' pull_request: branches: