Skip to content

Commit

Permalink
Update build-server-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcar committed May 15, 2023
1 parent aa32a5d commit cdc5291
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-server-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- name: Restore cached JAR
id: cache-primes-restore
uses: actions/cache/restore@v3
with:
name: mapmap-server-jar
path: mapmap-server.jar
key: mapmap-server-jar

- name: Build Docker Image
uses: VaultVulp/gp-docker-action@1.2.0
Expand Down

0 comments on commit cdc5291

Please sign in to comment.