Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 7, 2024
1 parent e7bf14e commit bb0f363
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/$SLIM_VERSION/dist_linux.tar.gz
tar -xvzf ds.tar.gz
mv dist_linux/* /usr/bin/
mv dist_linux/* /usr/local/bin/
rm -rfv ds.tar.gz dist_linux/
- name: Setup
Expand All @@ -45,7 +46,7 @@ jobs:
- name: Make slim image
run: |
/usr/bin/docker-slim build \
/usr/local/bin/docker-slim build \
--target gmodwiki_fat:latest \
--preserve-path /app/dist \
--remove-file-artifacts \
Expand Down

0 comments on commit bb0f363

Please sign in to comment.