From 8573bf98c69a16548cc896a3f83fdccc1253b3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 18 Nov 2022 23:08:28 +0100 Subject: [PATCH] Use main instead of a pinned version for VIB action (#14203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/cd-pipeline.yml | 2 +- .github/workflows/ci-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 8ff81da788f11..70bff94a1c041 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -109,7 +109,7 @@ jobs: dsl_path="${dsl_path}/${{ steps.get-container-metadata.outputs.branch }}" fi echo "dsl_path=${dsl_path}" >> $GITHUB_OUTPUT - - uses: vmware-labs/vmware-image-builder-action@0.4.11 + - uses: vmware-labs/vmware-image-builder-action@main name: 'Publish ${{ steps.get-container-metadata.outputs.name }}: ${{ steps.get-container-metadata.outputs.tag }}' if: ${{ steps.get-container-metadata.outputs.result == 'ok' }} with: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 9d5327ada74b8..4ead4716df45a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -96,7 +96,7 @@ jobs: # Container folder doesn't exists we are assuming a deprecation echo "result=skip" >> $GITHUB_OUTPUT fi - - uses: vmware-labs/vmware-image-builder-action@0.4.11 + - uses: vmware-labs/vmware-image-builder-action@main name: Verify if: ${{ steps.get-container-metadata.outputs.result == 'ok' }} with: