diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index f90aa0ac78..961191b5b2 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -28,26 +28,9 @@ permissions: contents: read jobs: - config: - runs-on: ubuntu-latest - steps: - - name: Check Secrets - id: check-secrets - env: - username: ${{ secrets.DOCKER_USERNAME || '' }} - password: ${{ secrets.DOCKER_PASSWORD || '' }} - if: ${{ env.username != '' && env.password != '' }} - shell: bash - run: - echo has-secrets=1 >> "$GITHUB_OUTPUT" - outputs: - has-secrets: ${{ steps.check-secrets.outputs.has-secrets }} - container-images: name: Container images runs-on: ubuntu-latest - needs: config - if: ${{ needs.config.outputs.has-secrets }} strategy: matrix: variant: