diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 7ef26dc..283c208 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -20,11 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install yq - run: | - # Adjust for your environment. Example for Debian/Ubuntu: - sudo apt-get update && sudo apt-get install -y yq - - id: export-channels name: Read channels from metadata.yaml shell: bash