File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,10 @@ jobs:
37
37
38
38
- name : Build container image with maven, and push to registry
39
39
run : |
40
- mvn -B -s settings.xml spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.imageName=ghcr.io/joaomlneto/byzzbench:$IMAGE_TAG
41
-
40
+ mvn -B spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.imageName=ghcr.io/joaomlneto/byzzbench:$IMAGE_TAG
41
+ # docker push ghcr.io/render-ninja/$IMAGE_NAME:$IMAGE_TAG
42
42
env :
43
- MAVEN_REPOSITORY_USERNAME : ${{ secrets.PACKAGES_ACCESS_USERNAME }}
44
- MAVEN_REPOSITORY_PASSWORD : ${{ secrets.PACKAGES_ACCESS_TOKEN }}
43
+ MAVEN_REPOSITORY_USERNAME : ${{ github.actor }}
44
+ MAVEN_REPOSITORY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
45
45
IMAGE_NAME : ${{ github.event.repository.name }}
46
46
IMAGE_TAG : latest
47
- # docker push ghcr.io/render-ninja/$IMAGE_NAME:$IMAGE_TAG
You can’t perform that action at this time.
0 commit comments