Skip to content

Commit

Permalink
Merge pull request #4860 from bcgov/feat/4845
Browse files Browse the repository at this point in the history
chore(0000): remove build-push-m365proxy job
  • Loading branch information
junminahn authored Feb 5, 2025
2 parents 089da3d + 9b1f3d8 commit 1b390d1
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,26 +118,6 @@ jobs:
type=ref,event=branch
type=sha,format=long,prefix=,suffix=
build-push-m365proxy:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2

- name: Build and Push
uses: egose/actions/docker-build-push@f613e050592b8baa0706bda39574ef2eeedd7a4e
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: bcgov/pltsvc-sandbox-m365proxy
docker-context: sandbox/m365proxy
docker-file: sandbox/m365proxy/Dockerfile
metadata-tags: |
type=ref,event=branch
type=sha,format=long,prefix=,suffix=
build-push-nats-provision:
runs-on: ubuntu-22.04
timeout-minutes: 10
Expand All @@ -162,7 +142,7 @@ jobs:
type=sha,format=long,prefix=,suffix=
deploy:
needs: [build-push-app, build-push-pre-prisma, build-push-pre-data-migrations, build-push-email, build-push-m365proxy, build-push-nats-provision]
needs: [build-push-app, build-push-pre-prisma, build-push-pre-data-migrations, build-push-email, build-push-nats-provision]
runs-on: ubuntu-22.04
timeout-minutes: 10
permissions:
Expand Down

0 comments on commit 1b390d1

Please sign in to comment.