diff --git a/.github/actions/dbp-charts/verify-compose/action.yml b/.github/actions/dbp-charts/verify-compose/action.yml index 56f06d470..2a08aff42 100644 --- a/.github/actions/dbp-charts/verify-compose/action.yml +++ b/.github/actions/dbp-charts/verify-compose/action.yml @@ -31,14 +31,14 @@ runs: fetch-depth: 0 - if: ${{ inputs.quay_username != '' && inputs.quay_password != '' }} name: Login to Quay.io - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: quay.io username: ${{ inputs.quay_username }} password: ${{ inputs.quay_password }} - if: ${{ inputs.docker_username != '' && inputs.docker_password != '' }} name: Login to Docker Hub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: username: ${{ inputs.docker_username }} password: ${{ inputs.docker_password }}