Skip to content

Commit ba3181a

Browse files
committed
fix(docker): update cleanup job to include protected tags
* Added `protected-tags` for specific Ubuntu versions. * Ensured `dry-run` is set to false for actual execution.
1 parent ef41353 commit ba3181a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,5 @@ jobs:
182182
username: ${{ secrets.DOCKER_HUB_USERNAME }}
183183
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
184184
repositories: "gameservermanagers/steamcmd"
185-
#dry-run: false # Set to true for testing
185+
protected-tags: ubuntu, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04
186+
dry-run: false

0 commit comments

Comments
 (0)