File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - name : Check out github-actions repo
13- uses : actions/checkout@v4
14- with :
15- repository : aerius/github-actions
16- path : aerius-github-actions
17- ref : v1.1
12+ - name : Init the github-actions repo
13+ uses : aerius/github-actions/init@v1.1
1814
19- - uses : aerius/ github-actions/events/pull_request-event-action@v1.1
15+ - uses : ./aerius- github-actions/events/pull_request-event-action
2016 with :
2117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2218 ROOT_POM_DIRECTORY : repo/source
2319
24- - uses : aerius/ github-actions/extras/docker-build-action@v1.1
20+ - uses : ./aerius- github-actions/extras/docker-build-action
2521 with :
2622 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2723 DOCKER_IMAGE_NAME : ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - name : Check out github-actions repo
12- uses : actions/checkout@v4
13- with :
14- repository : aerius/github-actions
15- path : aerius-github-actions
16- ref : v1.1
11+ - name : Init the github-actions repo
12+ uses : aerius/github-actions/init@v1.1
1713
18- - uses : aerius/ github-actions/events/push-event-action@v1.1
14+ - uses : ./aerius- github-actions/events/push-event-action
1915 with :
2016 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2117 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
2218 NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
2319 NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
2420 ROOT_POM_DIRECTORY : repo/source
2521
26- - uses : aerius/ github-actions/extras/docker-build-or-publish-based-on-maven-project-version-action@v1.1
22+ - uses : ./aerius- github-actions/extras/docker-build-or-publish-based-on-maven-project-version-action
2723 with :
2824 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2925 DOCKER_REGISTRY_USERNAME : ${{ secrets.NEXUS_USERNAME }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - name : Check out github-actions repo
13- uses : actions/checkout@v4
14- with :
15- repository : aerius/github-actions
16- path : aerius-github-actions
17- ref : v1.1
12+ - name : Init the github-actions repo
13+ uses : aerius/github-actions/init@v1.1
1814
19- - uses : aerius/ github-actions/events/release-event-action@v1.1
15+ - uses : ./aerius- github-actions/events/release-event-action
2016 with :
2117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2218 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
2319 NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
2420 NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
2521 ROOT_POM_DIRECTORY : repo/source
2622
27- - uses : aerius/ github-actions/extras/docker-publish-action@v1.1
23+ - uses : ./aerius- github-actions/extras/docker-publish-action
2824 with :
2925 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3026 DOCKER_REGISTRY_USERNAME : ${{ secrets.NEXUS_USERNAME }}
You can’t perform that action at this time.
0 commit comments