From f9615591ca4ad4545376d7e45bc8e5b2bd2fd07c Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Thu, 31 Oct 2024 23:35:19 -0400 Subject: [PATCH] set v3.2.0 - adds latest tag for Docker Hub --- .github/workflows/app-build-and-deploy.yml | 2 +- .github/workflows/app-build-docker-image.yml | 2 +- .github/workflows/app-is-deployable.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index 697f529..0fe63fb 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Get version from package-lock.json id: get_version diff --git a/.github/workflows/app-build-docker-image.yml b/.github/workflows/app-build-docker-image.yml index 0f1c60e..6d27167 100644 --- a/.github/workflows/app-build-docker-image.yml +++ b/.github/workflows/app-build-docker-image.yml @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Determine Image Name id: determine-image-name diff --git a/.github/workflows/app-is-deployable.yml b/.github/workflows/app-is-deployable.yml index d2fd360..c1d110f 100644 --- a/.github/workflows/app-is-deployable.yml +++ b/.github/workflows/app-is-deployable.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - id: confirm-dev shell: bash @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Get organization ID