Skip to content

Commit

Permalink
Avoid spacing protected tags in actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jun 27, 2024
1 parent 2441b06 commit 5530e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: unb-libraries/dockworker-baseimage/.github/workflows/build-base-image.yaml@6.x
with:
image-name: ghcr.io/unb-libraries/drupal
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 }}
Expand Down

0 comments on commit 5530e96

Please sign in to comment.