Skip to content

Commit

Permalink
285 - set docker login in mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Aug 22, 2024
1 parent 0408c88 commit 0217136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Run build with the gh-build profile
- name: Build aiSSEMBLE
run: |
docker login registry-1.docker.io/v1 -u ${{ secrets.DOCKERHUB_USERNAME }} --p ${{ secrets.DOCKERHUB_TOKEN }}
docker login registry-1.docker.io/v1 -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
./mvnw -B clean install -U --file pom.xml -Pgh-build
# ./mvnw -B clean install -U --file pom.xml -Pci,integration-test,gh-build
#NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure,
Expand Down

0 comments on commit 0217136

Please sign in to comment.