Skip to content

Commit

Permalink
Make the repo name on GHCR lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Dec 5, 2024
1 parent 8524c0f commit 5f78644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:

- name: Build and push images
run: |
IMAGE_NAME=ghcr.io/${{ github.repository }}
IMAGE_NAME=ghcr.io/PenguinMod/penguinmod-basicapi
docker buildx build --push -t $IMAGE_NAME:${{ github.sha }} -t $IMAGE_NAME:latest .

0 comments on commit 5f78644

Please sign in to comment.