Skip to content

Commit

Permalink
fix: repository capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Dec 7, 2023
1 parent 3f9ba9e commit abce5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/differ:main .

- name: Publish image
if: github.repository == 'vanilla-os/differ' && github.ref == 'refs/heads/main'
if: github.repository == 'Vanilla-OS/differ' && github.ref == 'refs/heads/main'
run: |
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/vanilla-os/differ:main"

0 comments on commit abce5f9

Please sign in to comment.