Skip to content

Commit

Permalink
Merge pull request #116 from forza-mor-rotterdam/change-build
Browse files Browse the repository at this point in the history
github builds to :
  • Loading branch information
mguikema authored Feb 11, 2024
2 parents 58ed761 + bb36082 commit fd49607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: meta_app
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app-develop
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app

- name: Build and push app Docker image
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta_app
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app-production
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app

- name: Build and push app Docker image
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta_app
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app-test
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app

- name: Build and push app Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit fd49607

Please sign in to comment.