Skip to content

Commit

Permalink
Merge pull request #1355 from johnoliver/fix-mongo-issue-2
Browse files Browse the repository at this point in the history
Reference correct docker file
  • Loading branch information
johnoliver authored Feb 4, 2025
2 parents 4d59cd6 + 947f5d5 commit 4c55178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-adoptium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: ./.github/actions/docker-build
with:
DOCKER_REPO: adoptopenjdkacr.azurecr.io/api-mongodb-${{ env.NAMESPACE }}
DOCKER_FILE: Dockerfile
DOCKER_FILE: ./deploy/mongo/Dockerfile

- name: Redeploy Kubernetes Updater and Frontend
uses: ./.github/actions/kubectl-redeploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-adoptopenjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/docker-build
with:
DOCKER_REPO: adoptopenjdkacr.azurecr.io/azure-mongodb-${{ env.NAMESPACE }}
DOCKER_FILE: Dockerfile
DOCKER_FILE: ./deploy/mongo/Dockerfile

- name: Redeploy Kubernetes Updater and Frontend
uses: ./.github/actions/kubectl-redeploy
Expand Down

0 comments on commit 4c55178

Please sign in to comment.