Skip to content

Commit

Permalink
chore: working on integrating turborepo remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peeter-tomberg committed Jul 16, 2023
1 parent f25766f commit 5b538b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Get hostname
run: hostname -I | awk '{print $1}'

- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 5b538b9

Please sign in to comment.