Skip to content

Commit

Permalink
Merge pull request #117 from forza-mor-rotterdam/develop
Browse files Browse the repository at this point in the history
develop -> test
  • Loading branch information
mguikema authored Feb 11, 2024
2 parents 80aedd5 + fd49607 commit 4d7a0e0
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 4d7a0e0

Please sign in to comment.