diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml index 4c6284fd8..0143d18eb 100644 --- a/.github/workflows/build2.yml +++ b/.github/workflows/build2.yml @@ -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,