Skip to content

Commit

Permalink
ci: fix gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Dec 16, 2024
1 parent 24a79c5 commit 7800a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-goreleaser-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- 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
# 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
4 changes: 2 additions & 2 deletions .github/workflows/release-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- 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
# 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 7800a69

Please sign in to comment.