We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ac7a4 commit b47018eCopy full SHA for b47018e
1 file changed
.github/actions/docker-opensips-publish/action.yml
@@ -47,7 +47,7 @@ runs:
47
run: make build 2>&1 | tee /tmp/build.log && grep "naming to docker.io" /tmp/build.log | awk -F'[ /]' '{print "DOCKER_TAG=" $5 "/" $6 }' >> $GITHUB_OUTPUT
48
49
- name: Log in to Docker Hub
50
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v3
51
with:
52
username: ${{ inputs.docker-username }}
53
password: ${{ inputs.docker-token }}
0 commit comments