Skip to content

Commit

Permalink
filks docker referanser
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Oct 23, 2023
1 parent 3e3fb6a commit 90608c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
"IMAGE_EBMS": "ghcr.io/${{ github.repository }}/ebms-provider:${{ github.sha }}"
"IMAGE_CPA": "ghcr.io/${{ github.repository }}/cpa-repo:${{ github.sha }}"
"IMAGE_PAYLOAD": "ghcr.io/${{ github.repository }}/payload-processor:${{ github.sha }}"
"IMAGE_PAYLOAD": "ghcr.io/${{ github.repository }}/ebms-payload:${{ github.sha }}"
jobs:
build:
name: "build"
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: "docker build ebms-provider --pull --tag ${IMAGE_EBMS} -f Dockerfile && docker push ${IMAGE_EBMS}"
- 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 payload-processor Docker image"
- name: "Build and push ebms-payload Docker image"
run: "docker build payload-processor --pull --tag ${IMAGE_PAYLOAD} -f Dockerfile && docker push ${IMAGE_PAYLOAD}"
deploy-processor:
name: "Deploy ebms provider to dev"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
RESOURCE: ".nais/cpa-repo-dev.yaml"
IMAGE: ${{env.IMAGE_CPA}}
deploy-payload-processor:
name: "Deploy payload-processor to dev"
name: "Deploy ebms-payload to dev"
needs: "build"
runs-on: "ubuntu-20.04"
steps:
Expand All @@ -90,5 +90,5 @@ jobs:
env:
APIKEY: "${{ secrets.NAIS_DEPLOY_APIKEY }}"
CLUSTER: "dev-gcp"
RESOURCE: ".nais/payload-processor-dev.yaml"
RESOURCE: ".nais/ebms-payload-dev.yaml"
IMAGE: ${{env.IMAGE_PAYLOAD}}
File renamed without changes.

0 comments on commit 90608c4

Please sign in to comment.