.github/workflows/sync-images.yaml: update

This commit is contained in:
Haitao Pan 2023-07-20 11:38:12 +08:00
parent 5239363cd5
commit cabdec8109

View File

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