Skip to content

Commit

Permalink
fix: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 5, 2023
1 parent 24cfed4 commit 48287da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker image
run: docker build -t sunnyunik/node-in-ubuntu .
run: docker build -t node-in-ubuntu .

- name: Push Docker image
run: docker push sunnyunik/node-in-ubuntu:latest
run: docker push ghcr.io/Sunny-unik/node-in-ubuntu:latest

- name: Deploy Docker image to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 48287da

Please sign in to comment.