Skip to content

Commit 8691115

Browse files
committed
ci: don't push moving edge tag to container registry
1 parent 6f2c3f8 commit 8691115

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
curl -X POST -i 'http://[::1]:3000/' --data '{ "x": ["2013-10-04 22:23:00", "2013-11-04 22:23:00", "2013-12-04 22:23:00"], "y": [1, 3, 6], "type": "scatter" }'
2626
echo -e "\nStopping container ..."
2727
docker stop -t 1 "$CONTAINER_ID"
28-
- name: Push Docker image (edge) to registry
29-
run: |
30-
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/plotly-node-export-server/plotly-node-export-server:edge
31-
docker tag plotly "$IMAGE_NAME"
32-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
33-
docker push "$IMAGE_NAME"
34-
docker logout ghcr.io
3528
- name: Push Docker image (versioned tag) to registry
3629
run: |
3730
VERSION=$(git describe --always)

0 commit comments

Comments
 (0)