Skip to content

CI

CI #271

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
copy-tags:
runs-on: ubuntu-latest
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 --all-tags docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile