Skip to content

Commit

Permalink
Also make the org name lowercase on GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Dec 5, 2024
1 parent 5f78644 commit 4856fd3
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/PenguinMod/penguinmod-basicapi
IMAGE_NAME=ghcr.io/penguinmod/penguinmod-basicapi
docker buildx build --push -t $IMAGE_NAME:${{ github.sha }} -t $IMAGE_NAME:latest .

0 comments on commit 4856fd3

Please sign in to comment.