Skip to content

Commit

Permalink
Added github actions build context
Browse files Browse the repository at this point in the history
  • Loading branch information
onel committed Mar 21, 2024
1 parent 910a610 commit 63e768d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-hub-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
name: npm Build
run: npm run build

- name: ls dir
run: ls -al static/js/app-dashboard

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -49,6 +46,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: peermetrics/web:latest

Expand Down

0 comments on commit 63e768d

Please sign in to comment.