Skip to content

Commit

Permalink
Add rebuild_maintained_images.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmaeff committed Dec 10, 2024
1 parent 52010af commit 398e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild_maintained_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
matrix: ${{ fromJSON(needs.get-latest-patch-versions-to-rebuild.outputs.matrix) }}
uses: ./.github/workflows/tag_image_push.yml
with:
dry-run: 'true'
dry-run: true
tag: 'v${{ matrix.version }}'
secrets: inherit

0 comments on commit 398e224

Please sign in to comment.