Skip to content

Commit

Permalink
Remove redundancy in workflow image usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 31, 2023
1 parent 2eacef4 commit 039def4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/breakage-against-linux-pony-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- rebuild-builder
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/ponylang/pony-sync-helper-ci-builder:latest
image: ghcr.io/ponylang/pony-sync-helper-ci-builder:latest
steps:
- uses: actions/checkout@v3
- name: Test with a recent ponyc from main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-agenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Post sync agenda to Zulip
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/ponylang/pony-sync-helper-ci-builder:release
image: ghcr.io/ponylang/pony-sync-helper-ci-builder:release
steps:
- uses: actions/checkout@v3
- name: Today's date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Verify PR builds on Linux with most recent ponyc nightly
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/ponylang/pony-sync-helper-ci-builder:release
image: ghcr.io/ponylang/pony-sync-helper-ci-builder:release
steps:
- uses: actions/checkout@v3
- name: Builds with the most recent ponyc nightly
Expand Down

0 comments on commit 039def4

Please sign in to comment.