Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 18, 2024
1 parent b61c6df commit 34de01f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,6 @@ jobs:
cp .meta ./backend/
cp .meta ./backend/ciso_assistant/
- name: Build and Push Frontend Docker Image
uses: docker/build-push-action@v6
with:
context: ./frontend
file: ./frontend/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}/frontend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/frontend:latest' || null }}
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Build and Push Backend Docker Image
uses: docker/build-push-action@v6
with:
context: ./backend
file: ./backend/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}/backend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/backend:latest' || null }}
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Build and Push Enterprise Frontend Docker Image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 34de01f

Please sign in to comment.