Skip to content

Commit 528eef8

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 6831c6b commit 528eef8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/container-registry-ghcr.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,3 @@ jobs:
5656
platforms: linux/amd64
5757
push: true
5858
tags: ${{ steps.meta.outputs.tags }}
59-
cleanup-untagged-versions:
60-
name: Cleanup untagged GHCR versions
61-
needs:
62-
- build-and-push-image
63-
runs-on: ubuntu-latest
64-
steps:
65-
- name: Check out code
66-
uses: actions/checkout@v6
67-
- name: Cleanup untagged GHCR versions
68-
uses: actions/delete-package-versions@v5
69-
with:
70-
delete-only-untagged-versions: "true"
71-
min-versions-to-keep: "0"
72-
package-name: ${{ github.event.repository.name }}
73-
package-type: container

0 commit comments

Comments
 (0)