Compare commits

...

2 Commits

Author SHA1 Message Date
e56b6da79d checking docker ps output
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-04-03 13:51:22 -04:00
63c334a40f add missing line break 2022-04-03 12:33:15 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- sleep 15 - sleep 5
- docker build -t localhost:5000/library:latest . - docker build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest - docker ps
services: services:
docker: docker:

View File

@ -133,7 +133,7 @@ function RecordTemplate({
<h2>${artists.join(", ")}</h2> <h2>${artists.join(", ")}</h2>
<span>${identifier}</span><br/> <span>${identifier}</span><br/>
<span>${genre}, ${label}, ${year}</span><br/> <span>${genre}, ${label}, ${year}</span><br/>
<span>${format}</span> <span>${format}</span><br/>
<span> <span>
<a <a
target="_blank" target="_blank"