Skip to content

Commit

Permalink
ci: fix space
Browse files Browse the repository at this point in the history
maybe
  • Loading branch information
caarlos0 committed Dec 16, 2024
1 parent 78d17eb commit 24a79c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-goreleaser-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
goreleaser-pro:
runs-on: ubuntu-latest
steps:
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -57,6 +52,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "${{ env.GO_VERSION }}"
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Build and push goreleaser pro image
uses: docker/build-push-action@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -56,6 +51,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "${{ env.GO_VERSION }}"
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Build and push goreleaser image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 24a79c5

Please sign in to comment.