Skip to content

Commit

Permalink
fix: gcr workflow is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Oct 3, 2024
1 parent ddc774f commit baff9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Build the Docker image
run: |
docker build . -t ghcr.io/${{ github.repository }}/portfolio:latest
docker build . -t ghcr.io/suraj-kumar00/portfolio:latest
- name: Push the Docker image
run: |
docker push ghcr.io/${{ github.repository }}/portfolio:latest
docker push ghcr.io/suraj-kumar00/portfolio:latest

0 comments on commit baff9ce

Please sign in to comment.