We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456254b + 8f6f211 commit bc092d8Copy full SHA for bc092d8
.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@465a07811f14bebb1938fbed4728c6a1ff8901fc
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
37
with:
38
username: ${{ secrets.DOCKER_USERNAME }}
39
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments