Skip to content

Commit

Permalink
Add protected tags to build
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 13, 2023
1 parent ce83532 commit 683ea86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: unb-libraries/dockworker-baseimage/.github/workflows/build-base-image.yaml@6.x
with:
image-name: ghcr.io/unb-libraries/nginx
protected-tags: '2.x,3.x'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }}

0 comments on commit 683ea86

Please sign in to comment.