Skip to content

Commit

Permalink
chore: install dig
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jan 1, 2025
1 parent 35db22b commit 95bc2c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
# Workaround for https://github.com/tailscale/github-action/issues/108
- name: Install dig (dnsutils)
run: apt-get update -q && apt-get install -yq dnsutils
- name: Build DNS resolutions
id: build_hosts_resolutions
run: |
Expand Down Expand Up @@ -108,6 +110,8 @@ jobs:
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
# Workaround for https://github.com/tailscale/github-action/issues/108
- name: Install dig (dnsutils)
run: apt-get update -q && apt-get install -yq dnsutils
- name: Build DNS resolutions
id: build_hosts_resolutions
run: |
Expand Down

0 comments on commit 95bc2c3

Please sign in to comment.