Skip to content

Copy tags

Copy tags #262

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]
- name: Copy images
run: crane copy docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile --all-tags