tangled
alpha
login
or
join now
vicwalker.dev.br
/
pds-mirror
0
fork
atom
Mirror from bluesky-social/pds
0
fork
atom
overview
issues
pulls
pipelines
add semver container tag
Jake Gold
2 years ago
e1656b7f
23072087
+2
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
build-and-push-ghcr.yaml
compose.yaml
+1
.github/workflows/build-and-push-ghcr.yaml
···
40
40
images: |
41
41
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
42
42
tags: |
43
43
+
type=semver,enable=true,priority=90,pattern={{major}}.{{minor}}
43
44
type=sha,enable=true,priority=100,suffix=,format=long
44
45
45
46
- name: Build and push Docker image
+1
-1
compose.yaml
···
16
16
target: /etc/caddy
17
17
pds:
18
18
container_name: pds
19
19
-
image: ghcr.io/bluesky-social/pds:latest
19
19
+
image: ghcr.io/bluesky-social/pds:0.2
20
20
network_mode: host
21
21
restart: unless-stopped
22
22
volumes: