Skip to content

Commit 9ee3372

Browse files
committed
Removed docker phase since we don't use it.
1 parent db62599 commit 9ee3372

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/prepare-for-a-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
env:
4343
GIT_USER_NAME: "redvers"
4444
GIT_USER_EMAIL: "red@contact.red"
45-
- name: Switch to using prebuilt docker image to run
46-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
47-
with:
48-
entrypoint: update-action-to-use-docker-image-to-run-action
49-
env:
50-
GIT_USER_NAME: "redvers"
51-
GIT_USER_EMAIL: "red@contact.red"
52-
REGISTRY: "ghcr.io"
45+
# - name: Switch to using prebuilt docker image to run
46+
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
47+
# with:
48+
# entrypoint: update-action-to-use-docker-image-to-run-action
49+
# env:
50+
# GIT_USER_NAME: "redvers"
51+
# GIT_USER_EMAIL: "red@contact.red"
52+
# REGISTRY: "ghcr.io"
5353

5454
# tag for release
5555
# this will kick off the next stage of the release process

0 commit comments

Comments
 (0)