Skip to content

Commit

Permalink
Update enterprise registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 18, 2024
1 parent 824d58c commit ecf091b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
file: ./enterprise/frontend/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}/enterprise-frontend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/enterprise-frontend:latest' || null }}
ghcr.io/ciso-assistant-enterprise/frontend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/ciso-assistant-enterprise/frontend:latest' || null }}
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Build and Push Enterprise Backend Docker Image
Expand All @@ -89,6 +89,6 @@ jobs:
file: ./enterprise/backend/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}/enterprise-backend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/${{ github.repository }}/enterprise-backend:latest' || null }}
ghcr.io/ciso-assistant-enterprise/backend:${{ env.VERSION }}
${{ fromJSON(inputs.isStableRelease) && 'ghcr.io/ciso-assistant-enterprise/backend:latest' || null }}
platforms: linux/amd64,linux/arm64,linux/arm64/v8

0 comments on commit ecf091b

Please sign in to comment.