Skip to content

Commit

Permalink
Update screening-portal-build.yml (#644)
Browse files Browse the repository at this point in the history
# Description

This PR includes the following proposed change(s):

- {List all the changes, if possible add the jira ticket #}
  • Loading branch information
ytqsl authored Dec 19, 2023
1 parent 081f9ef commit 6d91f60
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dynamics-helper-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
IMAGE_CONTEXT: src
IMAGE_FILE: src/dynamics.dockerfile
IMAGE_NAME: ${{ github.repository }}/dynamics-helper
REGISTRY: ghcr.io
# REGISTRY: ghcr.io
REGISTRY: artifacts.developer.gov.bc.ca/sfe7-dev
secrets:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# REGISTRY_USER: ${{ github.actor }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
9 changes: 6 additions & 3 deletions .github/workflows/github-runner-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
IMAGE_CONTEXT: tools/github-runner
IMAGE_FILE: tools/github-runner/Dockerfile
IMAGE_NAME: ${{ github.repository }}/gh-runner
REGISTRY: ghcr.io
# REGISTRY: ghcr.io
REGISTRY: artifacts.developer.gov.bc.ca/sfe7-dev
secrets:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# REGISTRY_USER: ${{ github.actor }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
9 changes: 6 additions & 3 deletions .github/workflows/screening-portal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
IMAGE_CONTEXT: src
IMAGE_FILE: src/screening-portal.dockerfile
IMAGE_NAME: ${{ github.repository }}/screening-portal
REGISTRY: ghcr.io
# REGISTRY: ghcr.io
REGISTRY: artifacts.developer.gov.bc.ca/sfe7-dev
secrets:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# REGISTRY_USER: ${{ github.actor }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 6d91f60

Please sign in to comment.