diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a82c01f..d590a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,12 +20,11 @@ jobs: tag_release: needs: [quality_checks, get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: true pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} branch_name: main publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: true secrets: inherit diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1813536..8ae1919 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,12 +29,11 @@ jobs: tag_release: needs: [get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: true pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} branch_name: ${{ github.event.pull_request.head.ref }} publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: false secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e46545d..5f038d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,11 +20,10 @@ jobs: tag_release: needs: [quality_checks, get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: false pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} branch_name: main publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: true