diff --git a/.github/actions/setup-docker-environment/action.yaml b/.github/actions/setup-docker-environment/action.yaml index 94da7514..1320e3e4 100644 --- a/.github/actions/setup-docker-environment/action.yaml +++ b/.github/actions/setup-docker-environment/action.yaml @@ -38,13 +38,13 @@ runs: - name: Login to DockerHub if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ inputs.username }} password: ${{ inputs.password }} - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }} with: registry: ghcr.io