We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:latest
1 parent 791f46a commit a1520e9Copy full SHA for a1520e9
1 file changed
.github/workflows/master-latest.yml
@@ -50,9 +50,9 @@ jobs:
50
platforms: linux/amd64,linux/arm64
51
pull: true # avoid bitrot with repeated cache hits
52
push: true
53
- tags: ghcr.io/${{ github.repository_owner }}/http-echo:latest,ghcr.io/${{ github.repository_owner }}/http-echo:${{ github.sha }}
+ tags: ghcr.io/${{ github.repository }}:latest
54
labels: |
55
- org.opencontainers.image.title=http-echo
+ org.opencontainers.image.title=${{ github.repository }}
56
org.opencontainers.image.description=${{ github.event.repository.description }}
57
org.opencontainers.image.url=${{ github.event.repository.html_url }}
58
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
0 commit comments