We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3447268 commit 2a8ae44Copy full SHA for 2a8ae44
.github/workflows/docker-build.yml
@@ -31,6 +31,8 @@ jobs:
31
uses: docker/metadata-action@v5
32
with:
33
images: ghcr.io/${{ github.repository }}
34
+ flavor: |
35
+ latest=false
36
tags: |
37
# 1. 永远生成一个以 Tag 命名的镜像 (如 v1.0.0 或 v1.1.0-beta)
38
type=ref,event=tag
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
app:
3
- build: .
4
- container_name: website-monolith
+ image: ghcr.io/pdnode-team/website:v1.0.0-dev.6
+ container_name: pdnode-website
5
ports:
6
- "8090:8090"
7
volumes:
0 commit comments