Skip to content

Commit a1520e9

Browse files
author
Ricardo Pardini
committed
remove sha1 tagging, use :latest only, avoid a pile of unused layers
1 parent 791f46a commit a1520e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
platforms: linux/amd64,linux/arm64
5151
pull: true # avoid bitrot with repeated cache hits
5252
push: true
53-
tags: ghcr.io/${{ github.repository_owner }}/http-echo:latest,ghcr.io/${{ github.repository_owner }}/http-echo:${{ github.sha }}
53+
tags: ghcr.io/${{ github.repository }}:latest
5454
labels: |
55-
org.opencontainers.image.title=http-echo
55+
org.opencontainers.image.title=${{ github.repository }}
5656
org.opencontainers.image.description=${{ github.event.repository.description }}
5757
org.opencontainers.image.url=${{ github.event.repository.html_url }}
5858
org.opencontainers.image.source=${{ github.event.repository.clone_url }}

0 commit comments

Comments
 (0)