Skip to content

Commit

Permalink
Merge pull request #138 from bcgov/yj
Browse files Browse the repository at this point in the history
fix: artifactory ci/cd
  • Loading branch information
ychung-mot authored Apr 16, 2024
2 parents b956f63 + febd112 commit 66bcebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: echo "::set-output name=style_nonce::$(echo -n ${{ github.sha }} | base64)"

- name: Build Docker image
run: cd server && docker build -t strdss-frontend -f Dockerfile .
run: cd frontend && docker build -t strdss-frontend -f Dockerfile .

- name: Tag Docker image
run: docker tag strdss-frontend artifacts.developer.gov.bc.ca/sf4a-strdss/strdss-frontend:latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/helm-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
# tags:
# - v*.*.*

env:
JFROG_REGISTRY: artifacts.developer.gov.bc.ca
IMAGE_NAME_FRONTEND: sf4a-strdss/strdss-frontend
IMAGE_NAME_BACKEND: sf4a-strdss/strdss-backend

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 66bcebd

Please sign in to comment.