Skip to content

Commit

Permalink
comment out automated docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingping Hou committed Jun 8, 2021
1 parent 390ede3 commit 6632114
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 6632114

Please sign in to comment.