2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/kashalls/grasscutter
images: ghcr.io/${{ github.repository_owner }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}

View File

@ -24,7 +24,7 @@ FROM amazoncorretto:17-alpine
WORKDIR /app
# Copy built assets
COPY --from=builder /app/grasscutter-1.7.4.jar /app/grasscutter.jar
COPY --from=builder /app/grasscutter-*.jar /app/grasscutter.jar
COPY --from=builder /app/keystore.p12 /app/keystore.p12
# Copy the resources