Skip to content

Commit

Permalink
update pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Feb 24, 2024
1 parent 4402370 commit d93f3fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: Build and push Docker image (app)
uses: docker/build-push-action@v5
with:
context: ./apps/client-asset-sg/docker
context: ./
file: ./apps/client-asset-sg/docker/Dockerfile
push: true
build-args: |
VERSION=${{ env.VERSION }}
Expand All @@ -79,7 +80,8 @@ jobs:
- name: Build and push Docker image (api)
uses: docker/build-push-action@v5
with:
context: ./apps/server-asset-sg/docker
context: ./
file: ./apps/server-asset-sg/docker/Dockerfile
push: true
build-args: |
VERSION=${{ env.VERSION }}
Expand Down
46 changes: 0 additions & 46 deletions apps/client-asset-sg/docker/nginx.conf

This file was deleted.

0 comments on commit d93f3fe

Please sign in to comment.