Skip to content

Commit

Permalink
新增ELK组件
Browse files Browse the repository at this point in the history
  • Loading branch information
llody55 committed Jul 3, 2024
1 parent 243f12d commit 717f15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-image-dockerhub-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# sudo apt-get install -y skopeo
sudo apt-get install -y python3-pip
pip3 install pyyaml
chmod +x ./bin/skopeo
mv ./bin/skopeo /usr/bin/skopeo
sudo chmod +x ./bin/skopeo
sudo mv ./bin/skopeo /usr/bin/
skopeo -v
- name: Set up Docker Buildx
Expand Down

0 comments on commit 717f15e

Please sign in to comment.