We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbd180 commit 8a4bdc4Copy full SHA for 8a4bdc4
.github/workflows/image.yml
@@ -54,6 +54,5 @@ jobs:
54
- name: Retag as latest and push
55
if: github.event_name != 'pull_request'
56
run: |
57
- docker pull "$IMG_VERSIONED"
58
- docker tag "$IMG_VERSIONED" ghcr.io/measure-sh/symbolicator:latest
59
- docker push ghcr.io/measure-sh/symbolicator:latest
+ docker buildx imagetools create ghcr.io/measure-sh/symbolicator:${{ github.sha }} \
+ -t ghcr.io/measure-sh/symbolicator:latest
0 commit comments