mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-07-26 00:23:48 +00:00
Compare commits
2 Commits
bc1fa400d1
...
6acdf274a6
Author | SHA1 | Date | |
---|---|---|---|
6acdf274a6 | |||
5091fed47b |
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
@ -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}}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user