Skip to content

Commit

Permalink
endre navn å¨på module
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Oct 23, 2023
1 parent 90608c4 commit b06e9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Build and push cpa-repo Docker image"
run: "docker build cpa-repo --pull --tag ${IMAGE_CPA} -f Dockerfile && docker push ${IMAGE_CPA}"
- name: "Build and push ebms-payload Docker image"
run: "docker build payload-processor --pull --tag ${IMAGE_PAYLOAD} -f Dockerfile && docker push ${IMAGE_PAYLOAD}"
run: "docker build ebms-payload --pull --tag ${IMAGE_PAYLOAD} -f Dockerfile && docker push ${IMAGE_PAYLOAD}"
deploy-processor:
name: "Deploy ebms provider to dev"
needs: "build"
Expand All @@ -79,7 +79,7 @@ jobs:
CLUSTER: "dev-gcp"
RESOURCE: ".nais/cpa-repo-dev.yaml"
IMAGE: ${{env.IMAGE_CPA}}
deploy-payload-processor:
deploy-ebms-payload:
name: "Deploy ebms-payload to dev"
needs: "build"
runs-on: "ubuntu-20.04"
Expand Down

0 comments on commit b06e9cf

Please sign in to comment.