Skip to content

Commit

Permalink
dispatch workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
hamin committed Apr 5, 2024
1 parent 408e01f commit e004b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
Expand Down

0 comments on commit e004b14

Please sign in to comment.