diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba4f2f2..39c17a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Login to IBM webMethods container registry (for pulling base images) if: github.event_name != 'pull_request' - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ibmwebmethods.azurecr.io username: ${{ secrets.ibmwebmethodscr_username }} @@ -49,7 +49,7 @@ jobs: - name: Login to target registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}