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
build latest
dholms
2 years ago
b4d867b5
5294116f
+1
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
build-and-push-ghcr.yaml
+1
-2
.github/workflows/build-and-push-ghcr.yaml
···
3
3
push:
4
4
branches:
5
5
- main
6
6
-
- repo-v3
7
6
env:
8
7
REGISTRY: ghcr.io
9
8
USERNAME: ${{ github.actor }}
···
52
51
platforms: linux/amd64,linux/arm64
53
52
file: ./Dockerfile
54
53
tags: |
55
55
-
ghcr.io/bluesky-social/pds:beta
54
54
+
ghcr.io/bluesky-social/pds:latest
56
55
${{ steps.meta.outputs.tags }}
57
56
labels: ${{ steps.meta.outputs.labels }}
58
57
cache-from: type=gha