Skip to content

Commit

Permalink
Clean...
Browse files Browse the repository at this point in the history
  • Loading branch information
C24Be committed Apr 22, 2024
1 parent 46dca82 commit acab4c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
- uses: ./shared/actions/all/gitCommitHash
- uses: ./shared/actions/all/gcpAuth
- uses: ./shared/actions/all/gcpAuthDocker
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- uses: ./shared/actions/all/dockerBuildPush
env:
IMAGE_NAME: ${{ env.PROJECT }}-${{ env.APPLICATION }}

0 comments on commit acab4c6

Please sign in to comment.