2 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@ FROM amazoncorretto:17-alpine
WORKDIR /app WORKDIR /app
# Copy built assets # 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 --from=builder /app/keystore.p12 /app/keystore.p12
# Copy the resources # Copy the resources