Skip to content

Commit

Permalink
Update examples to use docker image from ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 29, 2023
1 parent e3f9e6a commit 37dedc4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Update CHANGELOG.md
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-changelog-for-release
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Update VERSION
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-version-in-VERSION
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Update version in README
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-version-in-README
env:
Expand All @@ -117,7 +117,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger artefact creation
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: trigger-artefact-creation
env:
Expand All @@ -142,7 +142,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Add "unreleased" section to CHANGELOG.md
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: add-unreleased-section-to-changelog
env:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Validate CHANGELOG
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: pre-artefact-changelog-check

Expand All @@ -205,7 +205,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: trigger-release-announcement
env:
Expand Down Expand Up @@ -257,20 +257,20 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Release notes
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: publish-release-notes-to-github
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Zulip
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: send-announcement-to-pony-zulip
env:
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
- name: Last Week in Pony
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: add-announcement-to-last-week-in-pony
env:
Expand All @@ -288,14 +288,14 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Rotate release notes
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: rotate-release-notes
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Delete announcement trigger tag
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: delete-announcement-tag
env:
Expand Down Expand Up @@ -329,7 +329,7 @@ An example step config:

```yml
- name: Last Week in Pony
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: add-announcement-to-last-week-in-pony
env:
Expand All @@ -348,7 +348,7 @@ An example step config:

```yml
- name: Add "unreleased" section to CHANGELOG.md
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: add-unreleased-section-to-changelog
env:
Expand All @@ -368,7 +368,7 @@ An example step config:

```yml
- name: Delete announcement trigger tag
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: delete-announcement-tag
env:
Expand All @@ -390,7 +390,7 @@ An example step config:

```yml
- name: Validate CHANGELOG
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: pre-artefact-changelog-check
```
Expand All @@ -409,7 +409,7 @@ An example step config:

```yml
- name: Release notes
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: publish-release-notes-to-github
env:
Expand All @@ -428,7 +428,7 @@ An example step config:

```yml
- name: Rotate release notes
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: rotate-release-notes
env:
Expand Down Expand Up @@ -459,7 +459,7 @@ An example step config:

```yml
- name: Zulip
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: send-announcement-to-pony-zulip
env:
Expand All @@ -479,7 +479,7 @@ An example step config:

```yml
- name: Trigger artefact creation
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: trigger-artefact-creation
env:
Expand All @@ -499,7 +499,7 @@ An example step config:

```yml
- name: Trigger
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: trigger-release-announcement
env:
Expand All @@ -522,7 +522,7 @@ An example step config:

```yml
- name: Set action to run using prebuilt image
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-action-to-use-docker-image-to-run-action
env:
Expand All @@ -534,7 +534,7 @@ To use a registry other than DockerHub, add the registry in the REGISTRY environ

```yml
- name: Set action to run using prebuilt image
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-action-to-use-docker-image-to-run-action
env:
Expand All @@ -558,7 +558,7 @@ An example step config:

```yml
- name: Set action to run using Dockerfile
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-action-to-use-dockerfile-to-run-action
env:
Expand All @@ -578,7 +578,7 @@ An example step config:

```yml
- name: Update CHANGELOG.md
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-changelog-for-release
env:
Expand All @@ -598,7 +598,7 @@ An example step config:

```yml
- name: Update corral.json
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-version-in-corral-json
env:
Expand Down Expand Up @@ -627,7 +627,7 @@ An example step config:

```yml
- name: Update version in README
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-version-in-README
env:
Expand All @@ -647,7 +647,7 @@ An example step config:

```yml
- name: Update VERSION
uses: ponylang/[email protected]
uses: docker://ghcr.io/ponylang/[email protected]
with:
entrypoint: update-version-in-VERSION
env:
Expand Down

0 comments on commit 37dedc4

Please sign in to comment.