Skip to content

Commit 0f71bb9

Browse files
nightly-dev build
1 parent c938722 commit 0f71bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-x-manual-merge-container-digests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
# debian images are the default / official ones, so these get the latest tag
9090
- name: Tag Debian with latest tags
91-
if: ${{ (matrix.os == 'debian') && (github.event.inputs.is_latest == 'true') }}
91+
if: ${{ (matrix.os == 'debian') && (github.event.inputs.is_latest == 'true' || github.event.inputs.is_latest == true) }}
9292
working-directory: ${{ runner.temp }}/digests
9393
run: |
9494
set -x

0 commit comments

Comments
 (0)