Skip to content

Commit

Permalink
Add settings ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Oct 10, 2024
1 parent ec781f1 commit ff821b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
cache: 'maven'
- name: Build And Push Docker Image (Maven)
run: |
mvn clean install -Pdocker,exec -Ddocker.image.prefix=ghcr.io/nationalsecurityagency/ -DpushImage
mvn -s $GITHUB_WORKSPACE/.github/workflows/settings.xml -V -B -e clean install -Pdocker,exec -Ddocker.image.prefix=ghcr.io/nationalsecurityagency/ -DpushImage

0 comments on commit ff821b3

Please sign in to comment.