fix(pipeline): fixed typo in main pipeline (#1740)

This commit is contained in:
Nacho Rivera
2023-01-20 09:30:53 +01:00
committed by GitHub
parent 438c087856
commit 6b9520338e

View File

@@ -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 }}