Skip to content

Commit

Permalink
Update create-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bibonne authored Apr 4, 2024
1 parent 6f75c15 commit 360615c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: app-jar
path: bauhaus-back-office/target/*.jar
path: target/*.jar

docker:
needs:
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: app-jar
path: bauhaus-back-office/target/
path: target/

- name: Publish to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@v5
Expand Down

0 comments on commit 360615c

Please sign in to comment.