Skip to content

Commit

Permalink
fix(ci): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vichannnnn committed Feb 13, 2024
1 parent 06ea236 commit 114e78d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,4 @@ jobs:
context: ./holy-grail-frontend
file: ./holy-grail-frontend/${{ env.FRONTEND_DOCKERFILE }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/holy-grail-frontend${{ env.FRONTEND_TAG_SUFFIX }}:latest

- name: Build and push Second Frontend Docker image
if: github.ref == 'refs/heads/master' && steps.path-filter.outputs.frontend == 'true'
uses: docker/build-push-action@v2
with:
context: ./holy-grail-frontend
file: ./holy-grail-frontend/Dockerfile.one
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/holy-grail-frontend-one:latest

- name: Build and push Third Frontend Docker image
if: github.ref == 'refs/heads/master' && steps.path-filter.outputs.frontend == 'true'
uses: docker/build-push-action@v2
with:
context: ./holy-grail-frontend
file: ./holy-grail-frontend/Dockerfile.two
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/holy-grail-frontend-two:latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/holy-grail-frontend${{ env.FRONTEND_TAG_SUFFIX }}:latest

0 comments on commit 114e78d

Please sign in to comment.