Skip to content

Commit

Permalink
Leverage dockworker-baseimage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 12, 2023
1 parent 8d4ea92 commit 987017a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:

jobs:
deploy:
uses: unb-libraries/dockworker/.github/workflows/build-push-notify.yaml@6.x
uses: unb-libraries/dockworker-baseimage/.github/workflows/build-base-image.yaml@6.x
with:
image-name: 'ghcr.io/unb-libraries/nginx'
push-branches: '["3.x"]'
image-name: ghcr.io/unb-libraries/base
secrets:
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }}
GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}
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 987017a

Please sign in to comment.