Skip to content

Commit

Permalink
fix: copy all docker slim binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jensk-dev committed Nov 12, 2024
1 parent 863a841 commit 75d1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
wget https://github.com/slimtoolkit/slim/releases/download/1.40.11/dist_linux.tar.gz
tar -xzf dist_linux.tar.gz
sudo cp dist_linux/docker-slim /usr/local/bin/
sudo cp dist_linux/* /usr/local/bin/
- name: Slim Docker image
run: |
Expand Down

0 comments on commit 75d1bec

Please sign in to comment.