Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker images pnpm fixes #32

Merged
merged 3 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
.vscode
node_modules
database
http
packages
http
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
matrix:
projects:
- project: frontend
path: app
- project: backend
path: api

runs-on: ubuntu-latest
steps:
Expand All @@ -34,8 +32,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./${{ matrix.projects.path }}
file: ./${{ matrix.projects.path }}/Dockerfile
context: .
file: ./Dockerfile.${{ matrix.projects.project }}
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/auth-system-${{ matrix.projects.project }}:${{ github.ref_name }}
Expand Down
File renamed without changes.
File renamed without changes.