Skip to content

Update ponyc image location to ghcr.io #3

Update ponyc image location to ghcr.io

Update ponyc image location to ghcr.io #3

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/."