File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ jobs:
60
60
run : mvn -q -Ddocker.tag=release -Ddocker.username=$DOCKER_USERNAME -Ddocker.password=$DOCKER_PASSWORD docker:build docker:push
61
61
working-directory : ./exist-docker
62
62
# NOTE (DP): This is for debugging, publishes an experimental image from inside PRs against develop
63
- - name : Publish experimental images
64
- if : github.base_ref == 'develop'
65
- env :
66
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
- DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
68
- DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
69
- run : mvn -q -Ddocker.tag=experimental -Ddocker.username=$DOCKER_USERNAME -Ddocker.password=$DOCKER_PASSWORD docker:build docker:push
70
- working-directory : ./exist-docker
63
+ # - name: Publish experimental images
64
+ # if: github.base_ref == 'develop'
65
+ # env:
66
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
+ # DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
68
+ # DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
69
+ # run: mvn -q -Ddocker.tag=experimental -Ddocker.username=$DOCKER_USERNAME -Ddocker.password=$DOCKER_PASSWORD docker:build docker:push
70
+ # working-directory: ./exist-docker
71
71
Original file line number Diff line number Diff line change 208
208
<plugin >
209
209
<groupId >io.fabric8</groupId >
210
210
<artifactId >docker-maven-plugin</artifactId >
211
- <version >0.42.1 </version >
211
+ <version >0.43.0 </version >
212
212
<configuration >
213
213
<verbose >true</verbose >
214
214
<images >
You can’t perform that action at this time.
0 commit comments