Skip to content

Commit

Permalink
💚 Fix unnecessary push on frontend docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Apr 18, 2024
1 parent 052c404 commit 1e5dcfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64,linux/arm64
context: .
file: ./apps/client-ts/Dockerfile
push: true
push: false
tags: panoradotdev/frontend-webapp:selfhosted
build-args: |
NEXT_PUBLIC_BACKEND_DOMAIN=${{ secrets.NEXT_PUBLIC_BACKEND_DOMAIN }}
Expand Down

0 comments on commit 1e5dcfc

Please sign in to comment.