From 688a7de961795e5a325a4d60ef6a38a11867498c Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:27:22 -0500 Subject: [PATCH] fix tag name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44120b9..5185dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,8 @@ jobs: id: build run: | docker build -t ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest -f Dockerfile . - docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:${{ steps.version.outputs.TAG_VERSION }} - docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:${{ steps.version.outputs.TAG_VERSION }}_${{github.run_attempt}} + docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:$TAG_VERSION + docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:$TAG_VERSION_${{github.run_attempt}} - name: 'Login to GitHub Container Registry' id: login