Skip to content

Commit b47018e

Browse files
docker-publish: bump login-action to v3
1 parent f1ac7a4 commit b47018e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-opensips-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
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
4848

4949
- name: Log in to Docker Hub
50-
uses: docker/login-action@v2.1.0
50+
uses: docker/login-action@v3
5151
with:
5252
username: ${{ inputs.docker-username }}
5353
password: ${{ inputs.docker-token }}

0 commit comments

Comments
 (0)