From dda89602866c9ad3fab22426fea508a3f3d133d9 Mon Sep 17 00:00:00 2001 From: Jacob Sanford Date: Thu, 27 Jun 2024 10:51:03 -0300 Subject: [PATCH] Avoid spacing protected tags in actions build --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index a9caf09..5a42c48 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -11,7 +11,7 @@ jobs: with: image-name: ghcr.io/unb-libraries/drupal platforms: linux/amd64 - protected-tags: '8.x-3.x*, 9.x-2.x*, 10.x-1.x*' + protected-tags: '8.x-3.x*,9.x-2.x*,10.x-1.x*' secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}