diff --git a/.github/workflows/image-publish-branch.yml b/.github/workflows/image-publish-branch.yml index 2d4b3f1491..e4d4127f50 100644 --- a/.github/workflows/image-publish-branch.yml +++ b/.github/workflows/image-publish-branch.yml @@ -42,7 +42,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: service: ${{ github.event.inputs.service }} forceNoRelease: true diff --git a/.github/workflows/image-snapshot-release.yml b/.github/workflows/image-snapshot-release.yml index c698ddcab9..48daec2ee7 100644 --- a/.github/workflows/image-snapshot-release.yml +++ b/.github/workflows/image-snapshot-release.yml @@ -22,7 +22,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: forceNoRelease: true secrets: diff --git a/.github/workflows/image-specific-release.yml b/.github/workflows/image-specific-release.yml index 511e77efc1..715c9d5c46 100644 --- a/.github/workflows/image-specific-release.yml +++ b/.github/workflows/image-specific-release.yml @@ -25,7 +25,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: version: ${{ github.event.inputs.release_version }} secrets: