We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54cd7f commit 0207648Copy full SHA for 0207648
.github/workflows/publish.yml
@@ -62,8 +62,6 @@ jobs:
62
63
- name: Pull multi-platform image pushed by Docker buildx
64
run: docker pull $IMAGE_TAG
65
- - name: Push to GHCR
66
- run: make docker-push
67
- name: Tag for GHCR
68
run: make docker-tag-ghcr
69
- name: Login to GitHub Container Registry
0 commit comments