Skip to content

Commit 8f5b384

Browse files
committed
fix
1 parent 9750b9c commit 8f5b384

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- master
88
jobs:
99
docker:
10-
needs: release
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v4
@@ -20,8 +19,8 @@ jobs:
2019
- name: Login to DockerHub
2120
uses: docker/login-action@v3
2221
with:
23-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
24-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
22+
username: ${{ secrets.DOCKER_USERNAME }}
23+
password: ${{ secrets.DOCKER_PASSWORD }}
2524
- name: Setup variables
2625
run: |
2726
export cli_version=$(\./mvnw -o org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\[');

0 commit comments

Comments
 (0)