feat: pin docker image and update build workflow
This commit is contained in:
parent
911331f02a
commit
5f3ca2e7af
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ on:
|
|||
- .gitignore
|
||||
- README.md
|
||||
- LICENSE
|
||||
- docker-compose.yml
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
services:
|
||||
|
||||
blog:
|
||||
image: git.martin.md/radu/blog:latest
|
||||
image: git.martin.md/radu/blog:latestsha256:7ce28732c38924029d9a51e7a5085afbf17053275b3a8213b2caee1540e1ef69
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.blog.rule=Host(`blog.martin.md`)"
|
||||
- "traefik.http.routers.blog.rule=Host(`${DC_BLOG_HOSTNAME:-blog.martin.md}`)"
|
||||
- "traefik.http.routers.blog.entrypoints=websecure"
|
||||
networks:
|
||||
- traefik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue