diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index bc7a551..ad158ef 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -235,6 +235,6 @@ jobs: - name: Sync terraform images shell: bash run: | - docker pull docker-terragrunt:aws-azure-gcp-tf-1.5.3-tg-0.48.3 - docker tag docker-terragrunt:aws-azure-gcp-tf-1.5.3-tg-0.48.3 artifact.onwalk.net/devops/terragrunt:0.48.3 + docker pull docker-terragrunt:aws-tf-1.5.3-tg-0.48.3 + docker tag docker-terragrunt:aws-tf-1.5.3-tg-0.48.3 artifact.onwalk.net/devops/terragrunt:0.48.3 docker push artifact.onwalk.net/devops/terragrunt:0.48.3