Skip to content

Commit

Permalink
Update ponyc image location to ghcr.io (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 16, 2023
1 parent fd6e196 commit 04c49db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cargo checks
name: Cargo checks

on:
pull_request:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/docker-image-builds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Docker image builds

on: pull_request

concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true

jobs:
validate-docker-image-builds:
name: Validate Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker build
run: "docker build --pull docker/."
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ponylang/ponyc:release-alpine
FROM ghcr.io/ponylang/ponyc:release-alpine
COPY bin/compile.sh bin/evaluate.sh /usr/local/bin/

ENV CC=gcc
Expand Down

0 comments on commit 04c49db

Please sign in to comment.