Skip to content

Commit

Permalink
set correct dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nils.hermansson committed Mar 21, 2023
1 parent 2adba6d commit 8299823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function run () {
description: 'Expire test images, keep 20 last',
selection: {
tagStatus: 'tagged',
tagPrefixList: ["test-"],
tagPrefixList: ["dev-"],
countType: 'imageCountMoreThan',
countNumber: 20
},
Expand Down

0 comments on commit 8299823

Please sign in to comment.