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 9750b9c commit 8f5b384Copy full SHA for 8f5b384
1 file changed
.github/workflows/docker-release.yml
@@ -7,7 +7,6 @@ on:
7
- master
8
jobs:
9
docker:
10
- needs: release
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
@@ -20,8 +19,8 @@ jobs:
20
19
- name: Login to DockerHub
21
uses: docker/login-action@v3
22
with:
23
- username: ${{ secrets.DOCKER_HUB_USERNAME }}
24
- password: ${{ secrets.DOCKER_HUB_PASSWORD }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
25
- name: Setup variables
26
run: |
27
export cli_version=$(\./mvnw -o org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\[');
0 commit comments