Skip to content

Commit 215df79

Browse files
authored
Merge pull request #10 from arelange/registry-arm64
remove push
2 parents f17e751 + a2b33d9 commit 215df79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/registry-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
# Push to GitHub Packages
110110
GITHUB_IMAGE="ghcr.io/${ORG_NAME}/${IMAGE}"
111111
docker tag ${ORG_NAME}/${IMAGE}:${VERSION}-edge ${GITHUB_IMAGE}:${VERSION}-edge
112-
docker push ${GITHUB_IMAGE}:${VERSION}-edge
112+
#docker push ${GITHUB_IMAGE}:${VERSION}-edge
113113
docker tag ${GITHUB_IMAGE}:${VERSION}-edge ${GITHUB_IMAGE}:latest
114-
docker push ${GITHUB_IMAGE}:latest
114+
#docker push ${GITHUB_IMAGE}:latest
115115
116116
- name: Build and Push Docker Image (Stable Channel)
117117
if: github.event.inputs.workflow_choice == 'stable' || github.event.inputs.workflow_choice == 'both'

0 commit comments

Comments
 (0)