We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1aacf commit 1083047Copy full SHA for 1083047
.github/workflows/build-docker.yaml
@@ -9,6 +9,9 @@ jobs:
9
TAG: ${{ github.ref_name }}
10
runs-on: ubuntu-22.04
11
steps:
12
+ # see https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
13
+ - name: Delete huge unnecessary tools folder
14
+ run: rm -rf /opt/hostedtoolcache
15
- uses: actions/checkout@v4
16
name: Check out code
17
- name: Install Go
0 commit comments