Skip to content

add docker-image to delete versions #363

add docker-image to delete versions

add docker-image to delete versions #363

Workflow file for this run

name: Docker
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
push:
branches: [ "prune-image-versions" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths-ignore:
- 'README.md'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
delete-untagged-versions:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Delete untagged versions
uses: actions/delete-package-versions@v4
with:
package-name: 'cmm262-notebook'
package-type: 'container'
min-versions-to-keep: 30
ignore-versions:
- programming-R

Check failure on line 36 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker-image.yml (Line: 36, Col: 13): A sequence was not expected
- stats
- rna-seq
- scrna-seq
- networks
- chipseq
- gwas
- imgproc
- popgen
- spatial-tx
- variant_calling
- pr-15