Skip to content

Commit c938722

Browse files
nightly-dev build
1 parent 2244169 commit c938722

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-2-tag-docker-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
git config --global user.name "${{ env.GIT_USERNAME }}"
3030
git config --global user.email "${{ env.GIT_EMAIL }}"
3131
32+
# TODO REMOVE -f
3233
- name: Create new tag ${{ github.event.inputs.release_number }}
3334
# at this point, the PR from the 1st workflow is merged into master.
3435
run: |

.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) }}
91+
if: ${{ (matrix.os == 'debian') && (github.event.inputs.is_latest == 'true') }}
9292
working-directory: ${{ runner.temp }}/digests
9393
run: |
9494
set -x

0 commit comments

Comments
 (0)