We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b783b9 commit d2f7fabCopy full SHA for d2f7fab
1 file changed
.github/workflows/docker.yml
@@ -52,4 +52,15 @@ jobs:
52
BASE_IMAGE=debian:${{ matrix.debian_version }}
53
push: true
54
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=LinuxCNC build image
55
- tags: ghcr.io/${{ github.repository_owner }}/linuxcnc/build-container:${{ matrix.debian_version }}-${{ matrix.runner_arch }}-latest
+ tags: ghcr.io/${{ github.repository_owner }}/linuxcnc/build-container:${{ matrix.debian_version }}-${{ matrix.runner_arch }}-latest
56
+
57
+ cleanup-docker:
58
+ runs-on: ubuntu-24.04
59
+ steps:
60
+ - name: Cleanup untagged images
61
+ uses: actions/delete-package-versions@v5
62
+ with:
63
+ package-name: 'build-container'
64
+ package-type: 'container'
65
+ min-versions-to-keep: 10
66
+ delete-only-untagged-versions: 'true'
0 commit comments