Skip to content

Commit

Permalink
331 dockerhub rate limit - Github Actions aissemble-fastapi, check do…
Browse files Browse the repository at this point in the history
…cker with fabric8 configs
  • Loading branch information
colinpalmer-pro committed Sep 18, 2024
1 parent 6af48ac commit 8b3b0dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# Run build with the gh-build profile
- name: Build aiSSEMBLE
run: |
./mvnw -U -B clean install -pl :aissemble-fastapi -Pci,integration-test,gh-build --settings $HOME/.m2/settings.xml
./mvnw -U -B -X clean install -pl :aissemble-fastapi -Pci,integration-test,gh-build --settings $HOME/.m2/settings.xml
# Install Maven which is needed for archetype tests
# - name: Set up Maven
# uses: stCarolas/setup-maven@v5
Expand Down
6 changes: 6 additions & 0 deletions extensions/extensions-docker/aissemble-fastapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<plugin>
<groupId>${group.fabric8.plugin}</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<verbose>true</verbose>
<logAll>true</logAll>
<logStdout>true</logStdout>
<showLogs>true</showLogs>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ user_abbrev=$(docker info | grep Username | awk '{print substr($2, 1, 4)}')
if [ -z "$user_abbrev" ]; then
echo "Not authenticated"
else
echo "Authenticated as: $user_abbrev"
echo "Docker info: $user_abbrev"
fi

0 comments on commit 8b3b0dd

Please sign in to comment.