Skip to content

Commit

Permalink
Simplify protected-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Apr 4, 2024
1 parent a16605e commit b5183af
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 @@ -11,7 +11,7 @@ jobs:
with:
image-name: ghcr.io/unb-libraries/drupal
platforms: linux/amd64
protected-tags: '8.x-3.x,8.x-3.x-unblib,9.x-2.x,9.x-2.x-unblib,10.x-1.x,10.x-1.x-unblib'
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 b5183af

Please sign in to comment.