Skip to content

Commit

Permalink
fix docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush7833 committed Jun 10, 2024
1 parent 7c03039 commit ee4d970
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 40 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.github/
.pre-commit-config.yaml
LICENSE
README.md
.env
.gitignore
test/
8 changes: 0 additions & 8 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
runs-on: ubuntu-latest
needs: Test
steps:
- name: Check out the code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.2

- name: Build and push Docker image
if: |
github.event_name == 'push' &&
Expand Down
27 changes: 0 additions & 27 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit ee4d970

Please sign in to comment.