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
fix image tag on workflow
Devin Ivy
2 years ago
03e95921
dd86ea30
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
build-and-push-ghcr.yaml
+1
-1
.github/workflows/build-and-push-ghcr.yaml
···
50
50
push: ${{ github.event_name != 'pull_request' }}
51
51
file: ./Dockerfile
52
52
tags: |
53
53
-
latest
53
53
+
ghcr.io/bluesky-social/pds:latest
54
54
${{ steps.meta.outputs.tags }}
55
55
labels: ${{ steps.meta.outputs.labels }}
56
56
cache-from: type=gha