We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39e26e commit ec22625Copy full SHA for ec22625
.github/workflows/deploy.yml
@@ -39,11 +39,13 @@ jobs:
39
fi
40
echo "BUILD_NUMBER=$BUILD_NUMBER" >> $GITHUB_ENV
41
- name: Login to Docker Hub
42
+ if: ${{ github.event.inputs.build_number == '' }}
43
uses: docker/login-action@v3
44
with:
45
username: ${{ env.DOCKER_USERNAME }}
46
password: ${{ env.DOCKER_PASSWORD }}
47
- name: Maven Clean Verify
48
49
run: mvn -B -ntp clean verify jib:build -Ddocker.image.tag=$BUILD_NUMBER
50
- name: Setup SSH Agent
51
uses: webfactory/ssh-agent@v0.9.0
0 commit comments