Skip to content

Commit

Permalink
feat: Created workflow file to build and publish docker image on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kouamschekina committed Mar 5, 2024
1 parent d8fed14 commit 7ff8077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
context: ./power-pay-frontend
file: ./power-pay-frontend/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest
- name: Build Frontend
run: cd power-pay-frontend && npm run build

0 comments on commit 7ff8077

Please sign in to comment.