Skip to content

CI

CI #267

Workflow file for this run

name: CI
on:
push:
# Avoid duplicate builds on PRs.
# branches:
# - main
pull_request:
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
copy-images:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install crane
uses: buildpacks/github-actions/[email protected]
# with:
# crane-version: "0.19.0"
- name: Copy images
run: crane copy docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile --all-tags