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.
2 parents a378ba4 + cdbba0c commit 0b29d20Copy full SHA for 0b29d20
.github/workflows/maven-release.yml
@@ -33,7 +33,7 @@ jobs:
33
mvn clean install -B -ntp -DskipTests -P pre-release
34
./build-docker.sh
35
- name: docker login
36
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
37
with:
38
username: ${{ secrets.DOCKER_USERNAME }}
39
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments