Skip to content

Commit

Permalink
feat(controller-container): test release merge (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Mar 28, 2024
1 parent a6bad6f commit 1f01eae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
controller-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v1.6.0-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/merge-release
with:
job-name: controller-container
registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -52,11 +52,15 @@ jobs:
'maintenance/controller-container/release/[0-9]+\.([0-9]+|x)\.x',
'release/controller-container'
]
release-app-id: ${{ vars.RELEASE_APP_ID }}
release-app-client-id: ${{ vars.RELEASE_APP_CLIENT_ID }}
release-app-user: ${{ vars.RELEASE_APP_USER }}
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
slack-channel: ${{ vars.SLACK_CHANNEL }}
build-file: containers/controller/Dockerfile
build-context: containers/controller
secrets:
release-app-private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}
Expand Down

0 comments on commit 1f01eae

Please sign in to comment.