Skip to content

Commit

Permalink
release push
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Jul 5, 2024
1 parent 9d56791 commit 786f4da
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/screening-portal-release-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Screening Portal Build
on:
push:
branches:
- "release/**"

jobs:
build:
permissions:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/docker-build-template.yml
with:
IMAGE_CONTEXT: src
IMAGE_FILE: src/screening-portal.dockerfile
IMAGE_NAME: ${{ github.repository }}/screening-portal
# REGISTRY: ghcr.io
REGISTRY: artifacts.developer.gov.bc.ca/sfe7-dev/
secrets:
# REGISTRY_USER: ${{ github.actor }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 786f4da

Please sign in to comment.