Skip to content

Commit

Permalink
needs lowercase name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamB25 committed Jan 11, 2024
1 parent cf8c370 commit fd1ec23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-image-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Build inventory image
run: |
docker build . -t ghcr.io/shivamb25/ddrive:${{ steps.extract-version.outputs.version }} -f docker/Dockerfile
docker push ghcr.io/shivamb25/ddrive:${{ steps.extract-version.outputs.version }}
docker build . -t ghcr.io/forscht/ddrive:${{ steps.extract-version.outputs.version }} -f docker/Dockerfile
docker push ghcr.io/forscht/ddrive:${{ steps.extract-version.outputs.version }}

0 comments on commit fd1ec23

Please sign in to comment.