diff --git a/.github/workflows/publish-image-discovery-finder.yml b/.github/workflows/publish-image-discovery-finder.yml index 3427e28..0a7924c 100644 --- a/.github/workflows/publish-image-discovery-finder.yml +++ b/.github/workflows/publish-image-discovery-finder.yml @@ -85,7 +85,7 @@ jobs: type=semver,pattern={{major}}.{{minor}},value=${{ inputs.tag }} type=raw,value=latest,enable=${{ inputs.tag != '' }} - name: DockerHub login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }}