Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly authored Sep 9, 2024
1 parent 77e321d commit f8d3191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build Solr plugin
run: ./gradlew distForSolr
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -52,8 +52,6 @@ jobs:

- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
pattern: "**/*"

- name: Build and push
id: docker_build
Expand Down

0 comments on commit f8d3191

Please # to comment.