Skip to content

Commit

Permalink
hopefully specified var works
Browse files Browse the repository at this point in the history
  • Loading branch information
PranoSA committed Feb 22, 2024
1 parent 34fc340 commit a737eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker run -v terraform:/home/app/america-themed-app pcadler/unicode-terraform-plugin:american-latest
- name: run terraform destroy
run: |
docker run --entrypoint "terraform" -v terraform:/home/app/america-themed-app pcadler/unicode-terraform-plugin:american-latest destroy -auto-approve
docker run --entrypoint "terraform" -v terraform:/home/app/america-themed-app pcadler/unicode-terraform-plugin:american-latest destroy --var user=default -auto-approve
- name: Build and push amphibian image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit a737eda

Please sign in to comment.