Skip to content

Commit

Permalink
Use changelog-tool from GitHub Container Registry (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Aug 30, 2023
1 parent 4171d6e commit 10a33f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Verify CHANGELOG is valid
runs-on: ubuntu-latest
container:
image: ponylang/changelog-tool:release
image: ghcr.io/ponylang/changelog-tool:release
steps:
- uses: actions/checkout@v3
- name: Verify CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ponylang/changelog-tool:release AS changelog-tool
FROM ghcr.io/ponylang/changelog-tool:release AS changelog-tool
FROM ubuntu:20.04

RUN apt-get update \
Expand Down

0 comments on commit 10a33f4

Please sign in to comment.