Skip to content

Commit 6632114

Browse files
author
Qingping Hou
committed
comment out automated docker release
1 parent 390ede3 commit 6632114

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/cicd.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

68-
- name: Build and publish docker image
69-
run: |
70-
VERSION=${GITHUB_REF##*/}
71-
docker build --rm -t "ghcr.io/scribd/objinsync:${VERSION}" .
72-
docker push "ghcr.io/scribd/objinsync:${VERSION}"
68+
# FIXME: SCRIBDBOT_GH_CONTAINER_REGISTRY_TOKEN doesn't have write access to publish package
69+
# - name: Build and publish docker image
70+
# run: |
71+
# VERSION=${GITHUB_REF##*/}
72+
# docker build --rm -t "ghcr.io/scribd/objinsync:${VERSION}" .
73+
# docker push "ghcr.io/scribd/objinsync:${VERSION}"

0 commit comments

Comments
 (0)