From 6b9520338ea2592d50b9b0193bedcd61dc66b796 Mon Sep 17 00:00:00 2001 From: Nacho Rivera <59198746+n4ch04@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:30:53 +0100 Subject: [PATCH] fix(pipeline): fixed typo in main pipeline (#1740) --- .github/workflows/build-lint-push-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index f0875e2d..6a156581 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -125,7 +125,7 @@ jobs: env: AWS_REGION: ${{ env.AWS_REGION_PRO }} - name: Tag (latest) + - name: Tag (latest) if: github.event_name == 'push' run: | docker tag ${{ env.IMAGE_NAME }}:${{ env.TEMPORARY_TAG }} ${{ secrets.DOCKER_HUB_REPOSITORY }}/${{ env.IMAGE_NAME }}:${{ env.LATEST_TAG }}