Skip to content

Commit

Permalink
cleaning up github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Mar 22, 2024
1 parent 1580d77 commit 5443d3c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
# - name: Checkout project
# uses: actions/setup-node@v3
# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 20
- name: Checkout git project
uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag api-node-image:latest

Expand Down

0 comments on commit 5443d3c

Please sign in to comment.