Skip to content

Commit a72a5a0

Browse files
committed
feat(docker): add sha-retention-days to Docker Hub cleanup
* Introduced `sha-retention-days: 30` to retain SHA references for 30 days. * Enhances the cleanup process by managing Docker Hub image retention more effectively.
1 parent ba3181a commit a72a5a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/action-docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,5 @@ jobs:
183183
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
184184
repositories: "gameservermanagers/steamcmd"
185185
protected-tags: ubuntu, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04
186+
sha-retention-days: 30
186187
dry-run: false

0 commit comments

Comments
 (0)