Skip to content

Remove --all flag from skopeo copy commands in release workflow #19

Remove --all flag from skopeo copy commands in release workflow

Remove --all flag from skopeo copy commands in release workflow #19

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Lint commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
validate:
uses: ./.github/workflows/validate.yaml