Skip to content

Commit

Permalink
dockerFromTags: clean for each Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Jan 18, 2025
1 parent 9877a8a commit 4a741f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerFromTags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: |
./gradlew build dockerPush -P "epsilonVersion=${{ matrix.epsilonVersion }}" -P "dockerTags=${{ matrix.dockerTags }}"
./gradlew clean build dockerPush -P "epsilonVersion=${{ matrix.epsilonVersion }}" -P "dockerTags=${{ matrix.dockerTags }}"

0 comments on commit 4a741f9

Please sign in to comment.