diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb370a9..a40965c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,32 +16,12 @@ jobs: get-images-versions: runs-on: ubuntu-latest steps: - - name: "Setup Python" - uses: actions/setup-python@v4.7.0 - with: - python-version: "3.10" - - name: "Install script dependencies" - run: pip install requests - - name: "Get list of tags matching specified versions" - env: - IMAGE_TAG: ${{ inputs.cookbook-api-version }} - run: | - python3 < ${{ steps.get-redis-tag.outputs.tag }}"