Skip to content

Commit

Permalink
fix: dockle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullnyat committed Dec 1, 2023
1 parent 5d44920 commit 1b4aa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo dpkg -i dockle.deb
- run: |
cp .config/docker_example.env .config/docker.env
cp ./docker-compose.yml.example ./docker-compose.yml
cp ./docker-compose_example.yml ./docker-compose.yml
- run: |
docker compose up -d web
docker tag "$(docker compose images web | awk 'OFS=":" {print $4}' | tail -n +2)" misskey-web:latest
Expand Down

0 comments on commit 1b4aa3f

Please sign in to comment.