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 }}